#006ECE

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

Shades of Navy Blue #006ECE

Tints of Navy Blue #006ECE

Color information

#006ECE (or 0x006ECE) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and CE. RGB value is (0,110,206). Sum of RGB (Red+Green+Blue) = 0+110+206=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #006ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECE is #FF9131. Grayscale: #575757. Windows color (decimal): -16748850 or 13528576. OLE color: 13528576.

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

Color convert

RGB0110206-
CMYK10.4700.19
HSL207.96º100%40.39%-
HSV(B)207.96º100%80.78%-
XYZ16.7215.6160.52-
YUV88.05194.5665.19-

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) = 34.81%
BLUE value IS 206 (80.86% from 255) = 65.19%
R=0%
G=34.81%
B=65.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal011020610.4700.19207.9610040.39
Hex06ECE642F013d06428
Octal01563161445702332014450
Binary01101110110011101100100101111010011110100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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