#18267F

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

Shades of Midnight Blue #18267F

Tints of Midnight Blue #18267F

Color information

#18267F (or 0x18267F) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 7F. RGB value is (24,38,127). Sum of RGB (Red+Green+Blue) = 24+38+127=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #18267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18267F is #E7D980. Grayscale: #2B2B2B. Windows color (decimal): -15194497 or 8332824. OLE color: 8332824.

HSL color Cylindrical-coordinate representation of color #18267F: hue angle of 231.84º 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 #18267F is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2438127-
CMYK0.810.7000.50
HSL231.84º68.21%29.61%-
HSV(B)231.84º81.1%49.8%-
XYZ4.93.1120.42-
YUV43.96174.86113.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 127 (50% from 255) = 67.20%
R=12.70%
G=20.11%
B=67.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24381270.810.7000.50231.8468.2129.61
Hex18267F5146032e8441e
Octal304617712110606235010436
Binary11000100110111111110100011000110011001011101000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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