Html Css Color HEX #066CEA Navy Blue

📋 copy color: '#066CEA'

red 6 ◦ green 108 ◦ blue 234

#066CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #066CEA

Tints of Navy Blue #066CEA

RGB

 RED value IS 6 (2.73% from 255) = 1.72%

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 1.72%
G = 31.03%
B = 67.24%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#066CEA (or 0x066CEA) is known color: Navy Blue. HEX triplet: 06, 6C and EA. RGB value is (6,108,234). Sum of RGB (Red+Green+Blue) = 6+108+234=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #066CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CEA is #F99315. Grayscale: #5B5B5B. Windows color (decimal): -16356118 or 15363078. OLE color: 15363078.

HSL color Cylindrical-coordinate representation of color #066CEA: hue angle of 213.16º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CEA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 108 234 -
CMYK 0.97 0.54 0 0.08
HSL 213.16º 0.95% 0.47% -
HSV(B) 213.16º 0.97% 0.92% -
XYZ 20.29 16.7 80 -
YUV 91.87 208.21 66.75 -
System Red Green Blue C M Y K H S L
Decimal 6 108 234 0.97 0.54 0 0.08 213.16 0.95 0.47
Hex 6 6C EA 61 36 0 8 D5 5F 2F
Octal 6 154 352 141 66 0 10 325 137 57
Binary 110 1101100 11101010 1100001 110110 0 1000 11010101 1011111 101111

Color Harmonies of #066CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CEA

Black with #066CEA

Text Example


Text Example

White with #066CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066CEA; }

 p { color: rgb(6,108,234); }

 H1.HeaderClassName
 {
   color: #066CEA;
 }
 .AnyTagClassName
 {
   color: #066CEA;
 }
</style>

background-color css

<style>
 a { background-color: #066CEA; }

 a { background-color: rgb(6,108,234); }

 div.DivClassName
 {
   background-color: #066CEA;
 }
 .BgClassName
 {
   background-color: #066CEA;
 }
</style>

border-color css

<style>
 span { border-color: #066CEA; }

 span { border-color: rgb(6,108,234); }

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