Html Css Color HEX #066DB9 Navy Blue

📋 copy color: '#066DB9'

red 6 ◦ green 109 ◦ blue 185

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

Shades of Navy Blue #066DB9

Tints of Navy Blue #066DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.67%

R = 2%
G = 36.33%
B = 61.67%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066DB9 (or 0x066DB9) is known color: Navy Blue. HEX triplet: 06, 6D and B9. RGB value is (6,109,185). Sum of RGB (Red+Green+Blue) = 6+109+185=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #066DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DB9 is #F99246. Grayscale: #565656. Windows color (decimal): -16355911 or 12152070. OLE color: 12152070.

HSL color Cylindrical-coordinate representation of color #066DB9: hue angle of 205.47º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DB9 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 109 185 -
CMYK 0.97 0.41 0 0.27
HSL 205.47º 0.94% 0.37% -
HSV(B) 205.47º 0.97% 0.73% -
XYZ 14.3 14.48 47.94 -
YUV 86.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 6 109 185 0.97 0.41 0 0.27 205.47 0.94 0.37
Hex 6 6D B9 61 29 0 1B CD 5E 25
Octal 6 155 271 141 51 0 33 315 136 45
Binary 110 1101101 10111001 1100001 101001 0 11011 11001101 1011110 100101

Color Harmonies of #066DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DB9

Black with #066DB9

Text Example


Text Example

White with #066DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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