#017AC6

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

Shades of Navy Blue #017AC6

Tints of Navy Blue #017AC6

Color information

#017AC6 (or 0x017AC6) is unknown color: approx Navy Blue. HEX triplet: 01, 7A and C6. RGB value is (1,122,198). Sum of RGB (Red+Green+Blue) = 1+122+198=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #017AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AC6 is #FE8539. Grayscale: #5E5E5E. Windows color (decimal): -16680250 or 13007361. OLE color: 13007361.

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

Color convert

RGB1122198-
CMYK0.990.3800.22
HSL203.15º98.99%39.02%-
HSV(B)203.15º99.49%77.65%-
XYZ17.171856-
YUV94.48186.4161.32-

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) = 38.01%
BLUE value IS 198 (77.73% from 255) = 61.68%
R=0.31%
G=38.01%
B=61.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11221980.990.3800.22203.1598.9939.02
Hex17AC66326016cb6327
Octal11723061434602631314347
Binary11111010110001101100011100110010110110010111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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