#065EFA

Color #065EFA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #065EFA

Tints of Navy Blue #065EFA

Color information

#065EFA (or 0x065EFA) is unknown color: approx Navy Blue. HEX triplet: 06, 5E and FA. RGB value is (6,94,250). Sum of RGB (Red+Green+Blue) = 6+94+250=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #065EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065EFA is #F9A105. Grayscale: #545454. Windows color (decimal): -16359686 or 16408070. OLE color: 16408070.

HSL color Cylindrical-coordinate representation of color #065EFA: hue angle of 218.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065EFA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB694250-
CMYK0.980.6200.02
HSL218.36º96.06%50.2%-
HSV(B)218.36º97.6%98.04%-
XYZ21.3314.9592.2-
YUV85.47220.8571.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 250 (98.05% from 255) = 71.43%
R=1.71%
G=26.86%
B=71.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6942500.980.6200.02218.3696.0650.2
Hex65EFA623E02da6032
Octal6136372142760233214062
Binary1101011110111110101100010111110010110110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065EFA; }

 p { color: rgb(6,94,250); }

 H1.HeaderClassName
 {
   color: #065EFA;
 }
 .AnyTagClassName
 {
   color: #065EFA;
 }
</style>
background-color css

<style>
 a { background-color: #065EFA; }

 a { background-color: rgb(6,94,250); }

 div.DivClassName
 {
   background-color: #065EFA;
 }
 .BgClassName
 {
   background-color: #065EFA;
 }
</style>
border-color css

<style>
 span { border-color: #065EFA; }

 span { border-color: rgb(6,94,250); }

 td.TdClassName
 {
   border-color: #065EFA;
 }
 .TagClassName
 {
   border-color: #065EFA;
 }
</style>