#006ECB

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

Shades of Navy Blue #006ECB

Tints of Navy Blue #006ECB

Color information

#006ECB (or 0x006ECB) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and CB. RGB value is (0,110,203). Sum of RGB (Red+Green+Blue) = 0+110+203=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #006ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECB is #FF9134. Grayscale: #575757. Windows color (decimal): -16748853 or 13331968. OLE color: 13331968.

HSL color Cylindrical-coordinate representation of color #006ECB: hue angle of 207.49º 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 #006ECB is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0110203-
CMYK10.4600.20
HSL207.49º100%39.8%-
HSV(B)207.49º100%79.61%-
XYZ16.3615.4658.62-
YUV87.71193.0665.44-

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.14%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=0%
G=35.14%
B=64.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal011020310.4600.20207.4910039.8
Hex06ECB642E014cf6428
Octal01563131445602431714450
Binary01101110110010111100100101110010100110011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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