#066EBC

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

Shades of Navy Blue #066EBC

Tints of Navy Blue #066EBC

Color information

#066EBC (or 0x066EBC) is unknown color: approx Navy Blue. HEX triplet: 06, 6E and BC. RGB value is (6,110,188). Sum of RGB (Red+Green+Blue) = 6+110+188=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #066EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EBC is #F99143. Grayscale: #575757. Windows color (decimal): -16355652 or 12348934. OLE color: 12348934.

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

Color convert

RGB6110188-
CMYK0.970.4100.26
HSL205.71º93.81%38.04%-
HSV(B)205.71º96.81%73.73%-
XYZ14.7314.8249.66-
YUV87.8184.5469.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=1.97%
G=36.18%
B=61.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61101880.970.4100.26205.7193.8138.04
Hex66EBC612901Ace5e26
Octal61562741415103231613646
Binary1101101110101111001100001101001011010110011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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