#100167

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

Shades of Midnight Blue #100167

Tints of Midnight Blue #100167

Color information

#100167 (or 0x100167) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 67. RGB value is (16,1,103). Sum of RGB (Red+Green+Blue) = 16+1+103=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #100167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100167 is #EFFE98. Grayscale: #101010. Windows color (decimal): -15728281 or 6750480. OLE color: 6750480.

HSL color Cylindrical-coordinate representation of color #100167: hue angle of 248.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100167 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB161103-
CMYK0.840.9900.60
HSL248.82º98.08%20.39%-
HSV(B)248.82º99.03%40.39%-
XYZ2.671.1112.91-
YUV17.11176.47127.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 103 (40.62% from 255) = 85.83%
R=13.33%
G=0.83%
B=85.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1611030.840.9900.60248.8298.0820.39
Hex10167546303Cf96214
Octal20114712414307437114224
Binary100001110011110101001100011011110011111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100167; }

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

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

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

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

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

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

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

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