#017AC8

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

Shades of Navy Blue #017AC8

Tints of Navy Blue #017AC8

Color information

#017AC8 (or 0x017AC8) is unknown color: approx Navy Blue. HEX triplet: 01, 7A and C8. RGB value is (1,122,200). Sum of RGB (Red+Green+Blue) = 1+122+200=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #017AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AC8 is #FE8537. Grayscale: #5E5E5E. Windows color (decimal): -16680248 or 13138433. OLE color: 13138433.

HSL color Cylindrical-coordinate representation of color #017AC8: hue angle of 203.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AC8 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1122200-
CMYK1.000.3900.22
HSL203.52º99%39.41%-
HSV(B)203.52º99.5%78.43%-
XYZ17.418.157.22-
YUV94.71187.4161.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 200 (78.52% from 255) = 61.92%
R=0.31%
G=37.77%
B=61.92%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11222001.000.3900.22203.529939.41
Hex17AC86427016cc6327
Octal11723101444702631414347
Binary11111010110010001100100100111010110110011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,122,200); }

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

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

 a { background-color: rgb(1,122,200); }

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

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

 span { border-color: rgb(1,122,200); }

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