#100275

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

Shades of Navy #100275

Tints of Navy #100275

Color information

#100275 (or 0x100275) is unknown color: approx Navy. HEX triplet: 10, 02 and 75. RGB value is (16,2,117). Sum of RGB (Red+Green+Blue) = 16+2+117=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #100275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100275 is #EFFD8A. Grayscale: #121212. Windows color (decimal): -15728011 or 7668240. OLE color: 7668240.

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

Color convert

RGB162117-
CMYK0.860.9800.54
HSL247.3º96.64%23.33%-
HSV(B)247.3º98.29%45.88%-
XYZ3.451.4416.93-
YUV19.3183.14125.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 117 (46.09% from 255) = 86.67%
R=11.85%
G=1.48%
B=86.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1621170.860.9800.54247.396.6423.33
Hex102755662036f76117
Octal20216512614206636714127
Binary1000010111010110101101100010011011011110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100275; }

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

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

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

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

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

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

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

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