#017FCC

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

Shades of Navy Blue #017FCC

Tints of Navy Blue #017FCC

Color information

#017FCC (or 0x017FCC) is unknown color: approx Navy Blue. HEX triplet: 01, 7F and CC. RGB value is (1,127,204). Sum of RGB (Red+Green+Blue) = 1+127+204=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #017FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FCC is #FE8033. Grayscale: #616161. Windows color (decimal): -16678964 or 13401857. OLE color: 13401857.

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

Color convert

RGB1127204-
CMYK1.000.3800.2
HSL202.76º99.02%40.2%-
HSV(B)202.76º99.51%80%-
XYZ18.519.5459.92-
YUV98.1187.7658.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 204 (80.08% from 255) = 61.45%
R=0.30%
G=38.25%
B=61.45%

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
Decimal11272041.000.3800.2202.7699.0240.2
Hex17FCC6426014cb6328
Octal11773141444602431314350
Binary11111111110011001100100100110010100110010111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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