#18287D

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

Shades of Midnight Blue #18287D

Tints of Midnight Blue #18287D

Color information

#18287D (or 0x18287D) is unknown color: approx Midnight Blue. HEX triplet: 18, 28 and 7D. RGB value is (24,40,125). Sum of RGB (Red+Green+Blue) = 24+40+125=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #18287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18287D is #E7D782. Grayscale: #2C2C2C. Windows color (decimal): -15193987 or 8202264. OLE color: 8202264.

HSL color Cylindrical-coordinate representation of color #18287D: hue angle of 230.5º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18287D is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2440125-
CMYK0.810.6800.51
HSL230.5º67.79%29.22%-
HSV(B)230.5º80.8%49.02%-
XYZ4.843.1919.76-
YUV44.91173.2113.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=12.70%
G=21.16%
B=66.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24401250.810.6800.51230.567.7929.22
Hex18287D5144033e6441d
Octal305017512110406334610435
Binary11000101000111110110100011000100011001111100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18287D; }

 p { color: rgb(24,40,125); }

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

<style>
 a { background-color: #18287D; }

 a { background-color: rgb(24,40,125); }

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

<style>
 span { border-color: #18287D; }

 span { border-color: rgb(24,40,125); }

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