#18145F

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

Shades of Midnight Blue #18145F

Tints of Midnight Blue #18145F

Color information

#18145F (or 0x18145F) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 5F. RGB value is (24,20,95). Sum of RGB (Red+Green+Blue) = 24+20+95=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #18145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18145F is #E7EBA0. Grayscale: #1D1D1D. Windows color (decimal): -15199137 or 6231064. OLE color: 6231064.

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

Color convert

RGB242095-
CMYK0.750.7900.63
HSL243.2º65.22%22.55%-
HSV(B)243.2º78.95%37.25%-
XYZ2.691.5210.98-
YUV29.75164.83123.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 95 (37.5% from 255) = 68.35%
R=17.27%
G=14.39%
B=68.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2420950.750.7900.63243.265.2222.55
Hex18145F4B4F03Ff34117
Octal302413711311707736310127
Binary1100010100101111110010111001111011111111110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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