#100273

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

Shades of Navy #100273

Tints of Navy #100273

Color information

#100273 (or 0x100273) is unknown color: approx Navy. HEX triplet: 10, 02 and 73. RGB value is (16,2,115). Sum of RGB (Red+Green+Blue) = 16+2+115=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #100273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100273 is #EFFD8C. Grayscale: #121212. Windows color (decimal): -15728013 or 7537168. OLE color: 7537168.

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

Color convert

RGB162115-
CMYK0.860.9800.55
HSL247.43º96.58%22.94%-
HSV(B)247.43º98.26%45.1%-
XYZ3.331.3916.31-
YUV19.07182.14125.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 115 (45.31% from 255) = 86.47%
R=12.03%
G=1.50%
B=86.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1621150.860.9800.55247.4396.5822.94
Hex102735662037f76117
Octal20216312614206736714127
Binary1000010111001110101101100010011011111110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100273; }

 p { color: rgb(16,2,115); }

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

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

 a { background-color: rgb(16,2,115); }

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

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

 span { border-color: rgb(16,2,115); }

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