#18115C

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

Shades of Midnight Blue #18115C

Tints of Midnight Blue #18115C

Color information

#18115C (or 0x18115C) is unknown color: approx Midnight Blue. HEX triplet: 18, 11 and 5C. RGB value is (24,17,92). Sum of RGB (Red+Green+Blue) = 24+17+92=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #18115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18115C is #E7EEA3. Grayscale: #1B1B1B. Windows color (decimal): -15199908 or 6033688. OLE color: 6033688.

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

Color convert

RGB241792-
CMYK0.740.8200.64
HSL245.6º68.81%21.37%-
HSV(B)245.6º81.52%36.08%-
XYZ2.511.3710.26-
YUV27.64164.32125.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=18.05%
G=12.78%
B=69.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2417920.740.8200.64245.668.8121.37
Hex18115C4A52040f64515
Octal3021134112122010036610525
Binary11000100011011100100101010100100100000011110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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