#18115B

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

Shades of Midnight Blue #18115B

Tints of Midnight Blue #18115B

Color information

#18115B (or 0x18115B) is unknown color: approx Midnight Blue. HEX triplet: 18, 11 and 5B. RGB value is (24,17,91). Sum of RGB (Red+Green+Blue) = 24+17+91=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #18115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18115B is #E7EEA4. Grayscale: #1B1B1B. Windows color (decimal): -15199909 or 5968152. OLE color: 5968152.

HSL color Cylindrical-coordinate representation of color #18115B: hue angle of 245.68º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18115B is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB241791-
CMYK0.740.8100.64
HSL245.68º68.52%21.18%-
HSV(B)245.68º81.32%35.69%-
XYZ2.471.3510.03-
YUV27.53163.82125.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=18.18%
G=12.88%
B=68.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2417910.740.8100.64245.6868.5221.18
Hex18115B4A51040f64515
Octal3021133112121010036610525
Binary11000100011011011100101010100010100000011110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18115B; }

 p { color: rgb(24,17,91); }

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

<style>
 a { background-color: #18115B; }

 a { background-color: rgb(24,17,91); }

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

<style>
 span { border-color: #18115B; }

 span { border-color: rgb(24,17,91); }

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