#017ECC

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

Shades of Navy Blue #017ECC

Tints of Navy Blue #017ECC

Color information

#017ECC (or 0x017ECC) is unknown color: approx Navy Blue. HEX triplet: 01, 7E and CC. RGB value is (1,126,204). Sum of RGB (Red+Green+Blue) = 1+126+204=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #017ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ECC is #FE8133. Grayscale: #616161. Windows color (decimal): -16679220 or 13401601. OLE color: 13401601.

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

Color convert

RGB1126204-
CMYK1.000.3800.2
HSL203.05º99.02%40.2%-
HSV(B)203.05º99.51%80%-
XYZ18.3719.2959.88-
YUV97.52188.0959.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=0.30%
G=38.07%
B=61.63%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11262041.000.3800.2203.0599.0240.2
Hex17ECC6426014cb6328
Octal11763141444602431314350
Binary11111110110011001100100100110010100110010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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