Html Css Color HEX #066EEF Navy Blue

📋 copy color: '#066EEF'

red 6 ◦ green 110 ◦ blue 239

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

Shades of Navy Blue #066EEF

Tints of Navy Blue #066EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 1.69%
G = 30.99%
B = 67.32%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#066EEF (or 0x066EEF) is known color: Navy Blue. HEX triplet: 06, 6E and EF. RGB value is (6,110,239). Sum of RGB (Red+Green+Blue) = 6+110+239=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #066EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EEF is #F99110. Grayscale: #5C5C5C. Windows color (decimal): -16355601 or 15691270. OLE color: 15691270.

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

Color convert

RGB 6 110 239 -
CMYK 0.97 0.54 0 0.06
HSL 213.22º 0.95% 0.48% -
HSV(B) 213.22º 0.97% 0.94% -
XYZ 21.23 17.42 83.91 -
YUV 93.61 210.04 65.51 -
System Red Green Blue C M Y K H S L
Decimal 6 110 239 0.97 0.54 0 0.06 213.22 0.95 0.48
Hex 6 6E EF 61 36 0 6 D5 5F 30
Octal 6 156 357 141 66 0 6 325 137 60
Binary 110 1101110 11101111 1100001 110110 0 110 11010101 1011111 110000

Color Harmonies of #066EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EEF

Black with #066EEF

Text Example


Text Example

White with #066EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,239); }

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

background-color css

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

 a { background-color: rgb(6,110,239); }

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

border-color css

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

 span { border-color: rgb(6,110,239); }

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