#016ECC

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

Shades of Navy Blue #016ECC

Tints of Navy Blue #016ECC

Color information

#016ECC (or 0x016ECC) is unknown color: approx Navy Blue. HEX triplet: 01, 6E and CC. RGB value is (1,110,204). Sum of RGB (Red+Green+Blue) = 1+110+204=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #016ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ECC is #FE9133. Grayscale: #575757. Windows color (decimal): -16683316 or 13397505. OLE color: 13397505.

HSL color Cylindrical-coordinate representation of color #016ECC: hue angle of 207.78º 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 #016ECC is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1110204-
CMYK1.000.4600.2
HSL207.78º99.02%40.2%-
HSV(B)207.78º99.51%80%-
XYZ16.4915.5259.25-
YUV88.12193.3965.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=0.32%
G=34.92%
B=64.76%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11102041.000.4600.2207.7899.0240.2
Hex16ECC642E014d06328
Octal11563141445602432014350
Binary11101110110011001100100101110010100110100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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