#066FB9

Color #066FB9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #066FB9

Tints of Navy Blue #066FB9

Color information

#066FB9 (or 0x066FB9) is unknown color: approx 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

RGB6111185-
CMYK0.970.400.27
HSL204.8º93.72%37.45%-
HSV(B)204.8º96.76%72.55%-
XYZ14.5214.9148.01-
YUV88.04182.7169.48-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61111850.970.400.27204.893.7237.45
Hex66FB9612801Bcd5e25
Octal61572711415003331513645
Binary1101101111101110011100001101000011011110011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>