#100B61

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

Shades of Midnight Blue #100B61

Tints of Midnight Blue #100B61

Color information

#100B61 (or 0x100B61) is unknown color: approx Midnight Blue. HEX triplet: 10, 0B and 61. RGB value is (16,11,97). Sum of RGB (Red+Green+Blue) = 16+11+97=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 97 (38.28% from 255 or 78.23% from 124); Max value from RGB is 97 - color contains mainly: blue. Hex color #100B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B61 is #EFF49E. Grayscale: #151515. Windows color (decimal): -15725727 or 6359824. OLE color: 6359824.

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

Color convert

RGB161197-
CMYK0.840.8900.62
HSL243.49º79.63%21.18%-
HSV(B)243.49º88.66%38.04%-
XYZ2.491.2111.41-
YUV22.3170.16123.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 97 (38.28% from 255) = 78.23%
R=12.90%
G=8.87%
B=78.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1611970.840.8900.62243.4979.6321.18
Hex10B61545903Ef35015
Octal201314112413107636312025
Binary100001011110000110101001011001011111011110011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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