#18225F

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

Shades of Midnight Blue #18225F

Tints of Midnight Blue #18225F

Color information

#18225F (or 0x18225F) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 5F. RGB value is (24,34,95). Sum of RGB (Red+Green+Blue) = 24+34+95=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #18225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225F is #E7DDA0. Grayscale: #252525. Windows color (decimal): -15195553 or 6234648. OLE color: 6234648.

HSL color Cylindrical-coordinate representation of color #18225F: hue angle of 231.55º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18225F is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB243495-
CMYK0.750.6400.63
HSL231.55º59.66%23.33%-
HSV(B)231.55º74.74%37.25%-
XYZ3.012.1611.09-
YUV37.96160.19118.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=15.69%
G=22.22%
B=62.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2434950.750.6400.63231.5559.6623.33
Hex18225F4B4003Fe83c17
Octal30421371131000773507427
Binary1100010001010111111001011100000001111111110100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18225F; }

 p { color: rgb(24,34,95); }

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

<style>
 a { background-color: #18225F; }

 a { background-color: rgb(24,34,95); }

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

<style>
 span { border-color: #18225F; }

 span { border-color: rgb(24,34,95); }

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