#006ECC

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

Shades of Navy Blue #006ECC

Tints of Navy Blue #006ECC

Color information

#006ECC (or 0x006ECC) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and CC. RGB value is (0,110,204). Sum of RGB (Red+Green+Blue) = 0+110+204=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #006ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECC is #FF9133. Grayscale: #575757. Windows color (decimal): -16748852 or 13397504. OLE color: 13397504.

HSL color Cylindrical-coordinate representation of color #006ECC: hue angle of 207.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ECC is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0110204-
CMYK10.4600.2
HSL207.65º100%40%-
HSV(B)207.65º100%80%-
XYZ16.4815.5159.25-
YUV87.83193.5665.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=0%
G=35.03%
B=64.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal011020410.4600.2207.6510040
Hex06ECC642E014d06428
Octal01563141445602432014450
Binary01101110110011001100100101110010100110100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006ECC; }

 p { color: rgb(0,110,204); }

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

<style>
 a { background-color: #006ECC; }

 a { background-color: rgb(0,110,204); }

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

<style>
 span { border-color: #006ECC; }

 span { border-color: rgb(0,110,204); }

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