#100072

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

Shades of Navy #100072

Tints of Navy #100072

Color information

#100072 (or 0x100072) is unknown color: approx Navy. HEX triplet: 10, 00 and 72. RGB value is (16,0,114). Sum of RGB (Red+Green+Blue) = 16+0+114=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #100072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100072 is #EFFF8D. Grayscale: #111111. Windows color (decimal): -15728526 or 7471120. OLE color: 7471120.

HSL color Cylindrical-coordinate representation of color #100072: hue angle of 248.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100072 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB160114-
CMYK0.86100.55
HSL248.42º100%22.35%-
HSV(B)248.42º100%44.71%-
XYZ3.251.3316-
YUV17.78182.3126.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 87.69%
R=12.31%
G=0%
B=87.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1601140.86100.55248.4210022.35
Hex100725664037f86416
Octal20016212614406737014426
Binary100000111001010101101100100011011111111000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100072; }

 p { color: rgb(16,0,114); }

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

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

 a { background-color: rgb(16,0,114); }

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

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

 span { border-color: rgb(16,0,114); }

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