Html Css Color HEX #066DBE Navy Blue

📋 copy color: '#066DBE'

red 6 ◦ green 109 ◦ blue 190

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

Shades of Navy Blue #066DBE

Tints of Navy Blue #066DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 1.97%
G = 35.74%
B = 62.3%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066DBE (or 0x066DBE) is known color: Navy Blue. HEX triplet: 06, 6D and BE. RGB value is (6,109,190). Sum of RGB (Red+Green+Blue) = 6+109+190=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #066DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DBE is #F99241. Grayscale: #575757. Windows color (decimal): -16355906 or 12479750. OLE color: 12479750.

HSL color Cylindrical-coordinate representation of color #066DBE: hue angle of 206.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DBE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 109 190 -
CMYK 0.97 0.43 0 0.25
HSL 206.41º 0.94% 0.38% -
HSV(B) 206.41º 0.97% 0.75% -
XYZ 14.84 14.69 50.77 -
YUV 87.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 6 109 190 0.97 0.43 0 0.25 206.41 0.94 0.38
Hex 6 6D BE 61 2B 0 19 CE 5E 26
Octal 6 155 276 141 53 0 31 316 136 46
Binary 110 1101101 10111110 1100001 101011 0 11001 11001110 1011110 100110

Color Harmonies of #066DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DBE

Black with #066DBE

Text Example


Text Example

White with #066DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,190); }

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

background-color css

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

 a { background-color: rgb(6,109,190); }

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

border-color css

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

 span { border-color: rgb(6,109,190); }

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