#100471

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

Shades of Navy #100471

Tints of Navy #100471

Color information

#100471 (or 0x100471) is unknown color: approx Navy. HEX triplet: 10, 04 and 71. RGB value is (16,4,113). Sum of RGB (Red+Green+Blue) = 16+4+113=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #100471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100471 is #EFFB8E. Grayscale: #131313. Windows color (decimal): -15727503 or 7406608. OLE color: 7406608.

HSL color Cylindrical-coordinate representation of color #100471: hue angle of 246.61º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100471 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB164113-
CMYK0.860.9600.56
HSL246.61º93.16%22.94%-
HSV(B)246.61º96.46%44.31%-
XYZ3.241.3915.72-
YUV20.01180.48125.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 113 (44.53% from 255) = 84.96%
R=12.03%
G=3.01%
B=84.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1641130.860.9600.56246.6193.1622.94
Hex104715660038f75d17
Octal20416112614007036713527
Binary10000100111000110101101100000011100011110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100471; }

 p { color: rgb(16,4,113); }

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

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

 a { background-color: rgb(16,4,113); }

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

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

 span { border-color: rgb(16,4,113); }

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