#100A61

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

Shades of Midnight Blue #100A61

Tints of Midnight Blue #100A61

Color information

#100A61 (or 0x100A61) is unknown color: approx Midnight Blue. HEX triplet: 10, 0A and 61. RGB value is (16,10,97). Sum of RGB (Red+Green+Blue) = 16+10+97=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #100A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A61 is #EFF59E. Grayscale: #151515. Windows color (decimal): -15725983 or 6359568. OLE color: 6359568.

HSL color Cylindrical-coordinate representation of color #100A61: hue angle of 244.14º 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 #100A61 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB161097-
CMYK0.840.9000.62
HSL244.14º81.31%20.98%-
HSV(B)244.14º89.69%38.04%-
XYZ2.481.1911.41-
YUV21.71170.49123.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=13.01%
G=8.13%
B=78.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1610970.840.9000.62244.1481.3120.98
Hex10A61545A03Ef45115
Octal201214112413207636412125
Binary100001010110000110101001011010011111011110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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