#017FC6

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

Shades of Navy Blue #017FC6

Tints of Navy Blue #017FC6

Color information

#017FC6 (or 0x017FC6) is unknown color: approx Navy Blue. HEX triplet: 01, 7F and C6. RGB value is (1,127,198). Sum of RGB (Red+Green+Blue) = 1+127+198=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #017FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FC6 is #FE8039. Grayscale: #616161. Windows color (decimal): -16678970 or 13008641. OLE color: 13008641.

HSL color Cylindrical-coordinate representation of color #017FC6: hue angle of 201.62º 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 #017FC6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1127198-
CMYK0.990.3600.22
HSL201.62º98.99%39.02%-
HSV(B)201.62º99.49%77.65%-
XYZ17.7919.2656.21-
YUV97.42184.7659.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 198 (77.73% from 255) = 60.74%
R=0.31%
G=38.96%
B=60.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11271980.990.3600.22201.6298.9939.02
Hex17FC66324016ca6327
Octal11773061434402631214347
Binary11111111110001101100011100100010110110010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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