#18237F

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

Shades of Midnight Blue #18237F

Tints of Midnight Blue #18237F

Color information

#18237F (or 0x18237F) is unknown color: approx Midnight Blue. HEX triplet: 18, 23 and 7F. RGB value is (24,35,127). Sum of RGB (Red+Green+Blue) = 24+35+127=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #18237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18237F is #E7DC80. Grayscale: #292929. Windows color (decimal): -15195265 or 8332056. OLE color: 8332056.

HSL color Cylindrical-coordinate representation of color #18237F: hue angle of 233.59º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18237F is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2435127-
CMYK0.810.7200.50
HSL233.59º68.21%29.61%-
HSV(B)233.59º81.1%49.8%-
XYZ4.812.9320.39-
YUV42.2175.86115.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 127 (50% from 255) = 68.28%
R=12.90%
G=18.82%
B=68.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24351270.810.7200.50233.5968.2129.61
Hex18237F5148032ea441e
Octal304317712111006235210436
Binary11000100011111111110100011001000011001011101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,35,127); }

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

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

 a { background-color: rgb(24,35,127); }

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

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

 span { border-color: rgb(24,35,127); }

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