#100A60

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

Shades of Midnight Blue #100A60

Tints of Midnight Blue #100A60

Color information

#100A60 (or 0x100A60) is unknown color: approx Midnight Blue. HEX triplet: 10, 0A and 60. RGB value is (16,10,96). Sum of RGB (Red+Green+Blue) = 16+10+96=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #100A60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A60 is #EFF59F. Grayscale: #151515. Windows color (decimal): -15725984 or 6294032. OLE color: 6294032.

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

Color convert

RGB161096-
CMYK0.830.9000.62
HSL244.19º81.13%20.78%-
HSV(B)244.19º89.58%37.65%-
XYZ2.431.1711.16-
YUV21.6169.99124.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 96 (37.89% from 255) = 78.69%
R=13.11%
G=8.20%
B=78.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1610960.830.9000.62244.1981.1320.78
Hex10A60535A03Ef45115
Octal201214012313207636412125
Binary100001010110000010100111011010011111011110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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