#014ECC

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

Shades of Navy Blue #014ECC

Tints of Navy Blue #014ECC

Color information

#014ECC (or 0x014ECC) is unknown color: approx Navy Blue. HEX triplet: 01, 4E and CC. RGB value is (1,78,204). Sum of RGB (Red+Green+Blue) = 1+78+204=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #014ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ECC is #FEB133. Grayscale: #444444. Windows color (decimal): -16691508 or 13389313. OLE color: 13389313.

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

Color convert

RGB178204-
CMYK1.000.6200.2
HSL217.24º99.02%40.2%-
HSV(B)217.24º99.51%80%-
XYZ13.649.8158.3-
YUV69.34203.9979.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 204 (80.08% from 255) = 72.08%
R=0.35%
G=27.56%
B=72.08%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041.000.6200.2217.2499.0240.2
Hex14ECC643E014d96328
Octal11163141447602433114350
Binary11001110110011001100100111110010100110110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,78,204); }

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

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

 a { background-color: rgb(1,78,204); }

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

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

 span { border-color: rgb(1,78,204); }

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