#18248A

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

Shades of Midnight Blue #18248A

Tints of Midnight Blue #18248A

Color information

#18248A (or 0x18248A) is unknown color: approx Midnight Blue. HEX triplet: 18, 24 and 8A. RGB value is (24,36,138). Sum of RGB (Red+Green+Blue) = 24+36+138=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #18248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18248A is #E7DB75. Grayscale: #2B2B2B. Windows color (decimal): -15194998 or 9053208. OLE color: 9053208.

HSL color Cylindrical-coordinate representation of color #18248A: hue angle of 233.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18248A is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2436138-
CMYK0.830.7400.46
HSL233.68º70.37%31.76%-
HSV(B)233.68º82.61%54.12%-
XYZ5.63.2924.39-
YUV44.04181.02113.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 138 (54.30% from 255) = 69.70%
R=12.12%
G=18.18%
B=69.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24361380.830.7400.46233.6870.3731.76
Hex18248A534A02Eea4620
Octal304421212311205635210640
Binary1100010010010001010101001110010100101110111010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18248A; }

 p { color: rgb(24,36,138); }

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

<style>
 a { background-color: #18248A; }

 a { background-color: rgb(24,36,138); }

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

<style>
 span { border-color: #18248A; }

 span { border-color: rgb(24,36,138); }

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