Html Css Color HEX #066FB9 Navy Blue

📋 copy color: '#066FB9'

red 6 ◦ green 111 ◦ blue 185

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

Shades of Navy Blue #066FB9

Tints of Navy Blue #066FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

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

R = 1.99%
G = 36.75%
B = 61.26%

CMYK

 C value IS 0.97

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066FB9 (or 0x066FB9) is known color: Navy Blue. HEX triplet: 06, 6F and B9. RGB value is (6,111,185). Sum of RGB (Red+Green+Blue) = 6+111+185=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #066FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FB9 is #F99046. Grayscale: #575757. Windows color (decimal): -16355399 or 12152582. OLE color: 12152582.

HSL color Cylindrical-coordinate representation of color #066FB9: hue angle of 204.8º 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 #066FB9 is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 111 185 -
CMYK 0.97 0.4 0 0.27
HSL 204.8º 0.94% 0.37% -
HSV(B) 204.8º 0.97% 0.73% -
XYZ 14.52 14.91 48.01 -
YUV 88.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 6 111 185 0.97 0.4 0 0.27 204.8 0.94 0.37
Hex 6 6F B9 61 28 0 1B CD 5E 25
Octal 6 157 271 141 50 0 33 315 136 45
Binary 110 1101111 10111001 1100001 101000 0 11011 11001101 1011110 100101

Color Harmonies of #066FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FB9

Black with #066FB9

Text Example


Text Example

White with #066FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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