#066EBB

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

Shades of Navy Blue #066EBB

Tints of Navy Blue #066EBB

Color information

#066EBB (or 0x066EBB) is unknown color: approx Navy Blue. HEX triplet: 06, 6E and BB. RGB value is (6,110,187). Sum of RGB (Red+Green+Blue) = 6+110+187=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #066EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EBB is #F99144. Grayscale: #575757. Windows color (decimal): -16355653 or 12283398. OLE color: 12283398.

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

Color convert

RGB6110187-
CMYK0.970.4100.27
HSL205.52º93.78%37.84%-
HSV(B)205.52º96.79%73.33%-
XYZ14.6214.7849.1-
YUV87.68184.0469.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=1.98%
G=36.30%
B=61.72%

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
Decimal61101870.970.4100.27205.5293.7837.84
Hex66EBB612901Bce5e26
Octal61562731415103331613646
Binary1101101110101110111100001101001011011110011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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