#017CC2

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

Shades of Navy Blue #017CC2

Tints of Navy Blue #017CC2

Color information

#017CC2 (or 0x017CC2) is unknown color: approx Navy Blue. HEX triplet: 01, 7C and C2. RGB value is (1,124,194). Sum of RGB (Red+Green+Blue) = 1+124+194=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #017CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CC2 is #FE833D. Grayscale: #5E5E5E. Windows color (decimal): -16679742 or 12745729. OLE color: 12745729.

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

Color convert

RGB1124194-
CMYK0.990.3600.24
HSL201.76º98.97%38.24%-
HSV(B)201.76º99.48%76.08%-
XYZ16.9618.3253.68-
YUV95.2183.7560.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=0.31%
G=38.87%
B=60.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11241940.990.3600.24201.7698.9738.24
Hex17CC26324018ca6326
Octal11743021434403031214346
Binary11111100110000101100011100100011000110010101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,124,194); }

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

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

 a { background-color: rgb(1,124,194); }

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

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

 span { border-color: rgb(1,124,194); }

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