#18156B

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

Shades of Midnight Blue #18156B

Tints of Midnight Blue #18156B

Color information

#18156B (or 0x18156B) is unknown color: approx Midnight Blue. HEX triplet: 18, 15 and 6B. RGB value is (24,21,107). Sum of RGB (Red+Green+Blue) = 24+21+107=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #18156B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18156B is #E7EA94. Grayscale: #1F1F1F. Windows color (decimal): -15198869 or 7017752. OLE color: 7017752.

HSL color Cylindrical-coordinate representation of color #18156B: hue angle of 242.09º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18156B is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2421107-
CMYK0.780.8000.58
HSL242.09º67.19%25.1%-
HSV(B)242.09º80.37%41.96%-
XYZ3.31.7914.08-
YUV31.7170.49122.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 107 (42.19% from 255) = 70.39%
R=15.79%
G=13.82%
B=70.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24211070.780.8000.58242.0967.1925.1
Hex18156B4E5003Af24319
Octal302515311612007236210331
Binary1100010101110101110011101010000011101011110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,21,107); }

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

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

 a { background-color: rgb(24,21,107); }

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

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

 span { border-color: rgb(24,21,107); }

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