#100c60

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

Shades of Midnight Blue #100C60

Tints of Midnight Blue #100C60

Color information

#100C60 (or 0x100C60) is unknown color: approx Midnight Blue. HEX triplet: 10, 0C and 60. RGB value is (16,12,96). Sum of RGB (Red+Green+Blue) = 16+12+96=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #100C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C60 is #EFF39F. Grayscale: #161616. Windows color (decimal): -15725472 or 6294544. OLE color: 6294544.

HSL color Cylindrical-coordinate representation of color #100C60: hue angle of 242.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100C60 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB161296-
CMYK0.830.8800.62
HSL242.86º77.78%21.18%-
HSV(B)242.86º87.5%37.65%-
XYZ2.461.2211.17-
YUV22.77169.33123.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=12.90%
G=9.68%
B=77.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1612960.830.8800.62242.8677.7821.18
Hex10C60535803Ef34e15
Octal201414012313007636311625
Binary100001100110000010100111011000011111011110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100c60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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