#100C58

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

Shades of Midnight Blue #100C58

Tints of Midnight Blue #100C58

Color information

#100C58 (or 0x100C58) is unknown color: approx Midnight Blue. HEX triplet: 10, 0C and 58. RGB value is (16,12,88). Sum of RGB (Red+Green+Blue) = 16+12+88=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #100C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C58 is #EFF3A7. Grayscale: #151515. Windows color (decimal): -15725480 or 5770256. OLE color: 5770256.

HSL color Cylindrical-coordinate representation of color #100C58: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100C58 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB161288-
CMYK0.820.8600.65
HSL243.16º76%19.61%-
HSV(B)243.16º86.36%34.51%-
XYZ2.111.089.33-
YUV21.86165.33123.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 88 (34.77% from 255) = 75.86%
R=13.79%
G=10.34%
B=75.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1612880.820.8600.65243.167619.61
Hex10C585256041f34c14
Octal2014130122126010136311424
Binary1000011001011000101001010101100100000111110011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C58; }

 p { color: rgb(16,12,88); }

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

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

 a { background-color: rgb(16,12,88); }

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

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

 span { border-color: rgb(16,12,88); }

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