#100952

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

Shades of Midnight Blue #100952

Tints of Midnight Blue #100952

Color information

#100952 (or 0x100952) is unknown color: approx Midnight Blue. HEX triplet: 10, 09 and 52. RGB value is (16,9,82). Sum of RGB (Red+Green+Blue) = 16+9+82=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #100952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100952 is #EFF6AD. Grayscale: #131313. Windows color (decimal): -15726254 or 5376272. OLE color: 5376272.

HSL color Cylindrical-coordinate representation of color #100952: hue angle of 245.75º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100952 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB16982-
CMYK0.800.8900.68
HSL245.75º80.22%17.84%-
HSV(B)245.75º89.02%32.16%-
XYZ1.830.918.06-
YUV19.42163.32125.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=14.95%
G=8.41%
B=76.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal169820.800.8900.68245.7580.2217.84
Hex109525059044f65012
Octal2011122120131010436612022
Binary1000010011010010101000010110010100010011110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100952; }

 p { color: rgb(16,9,82); }

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

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

 a { background-color: rgb(16,9,82); }

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

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

 span { border-color: rgb(16,9,82); }

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