#10017C

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

Shades of Navy #10017C

Tints of Navy #10017C

Color information

#10017C (or 0x10017C) is unknown color: approx Navy. HEX triplet: 10, 01 and 7C. RGB value is (16,1,124). Sum of RGB (Red+Green+Blue) = 16+1+124=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #10017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10017C is #EFFE83. Grayscale: #131313. Windows color (decimal): -15728260 or 8126736. OLE color: 8126736.

HSL color Cylindrical-coordinate representation of color #10017C: hue angle of 247.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10017C is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB161124-
CMYK0.870.9900.51
HSL247.32º98.4%24.51%-
HSV(B)247.32º99.19%48.63%-
XYZ3.861.5919.17-
YUV19.51186.97125.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 124 (48.83% from 255) = 87.94%
R=11.35%
G=0.71%
B=87.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1611240.870.9900.51247.3298.424.51
Hex1017C5763033f76219
Octal20117412714306336714231
Binary100001111110010101111100011011001111110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10017C; }

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

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

<style>
 a { background-color: #10017C; }

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

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

<style>
 span { border-color: #10017C; }

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

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