#18015B

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

Shades of Midnight Blue #18015B

Tints of Midnight Blue #18015B

Color information

#18015B (or 0x18015B) is unknown color: approx Midnight Blue. HEX triplet: 18, 01 and 5B. RGB value is (24,1,91). Sum of RGB (Red+Green+Blue) = 24+1+91=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #18015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18015B is #E7FEA4. Grayscale: #111111. Windows color (decimal): -15204005 or 5964056. OLE color: 5964056.

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

Color convert

RGB24191-
CMYK0.740.9900.64
HSL255.33º97.83%18.04%-
HSV(B)255.33º98.9%35.69%-
XYZ2.280.979.97-
YUV18.14169.12132.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=20.69%
G=0.86%
B=78.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal241910.740.9900.64255.3397.8318.04
Hex1815B4A63040ff6212
Octal301133112143010037714222
Binary1100011011011100101011000110100000011111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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