#066EB9

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

Shades of Navy Blue #066EB9

Tints of Navy Blue #066EB9

Color information

#066EB9 (or 0x066EB9) is unknown color: approx Navy Blue. HEX triplet: 06, 6E and B9. RGB value is (6,110,185). Sum of RGB (Red+Green+Blue) = 6+110+185=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #066EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EB9 is #F99146. Grayscale: #575757. Windows color (decimal): -16355655 or 12152326. OLE color: 12152326.

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

Color convert

RGB6110185-
CMYK0.970.4100.27
HSL205.14º93.72%37.45%-
HSV(B)205.14º96.76%72.55%-
XYZ14.4114.6947.98-
YUV87.45183.0469.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=1.99%
G=36.54%
B=61.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61101850.970.4100.27205.1493.7237.45
Hex66EB9612901Bcd5e25
Octal61562711415103331513645
Binary1101101110101110011100001101001011011110011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #066EB9;
 }
 .AnyTagClassName
 {
   color: #066EB9;
 }
</style>
background-color css

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

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

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

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

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

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