#18287E

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

Shades of Midnight Blue #18287E

Tints of Midnight Blue #18287E

Color information

#18287E (or 0x18287E) is unknown color: approx Midnight Blue. HEX triplet: 18, 28 and 7E. RGB value is (24,40,126). Sum of RGB (Red+Green+Blue) = 24+40+126=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #18287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18287E is #E7D781. Grayscale: #2C2C2C. Windows color (decimal): -15193986 or 8267800. OLE color: 8267800.

HSL color Cylindrical-coordinate representation of color #18287E: hue angle of 230.59º 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 #18287E is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2440126-
CMYK0.810.6800.51
HSL230.59º68%29.41%-
HSV(B)230.59º80.95%49.41%-
XYZ4.93.2220.1-
YUV45.02173.7113.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 126 (49.61% from 255) = 66.32%
R=12.63%
G=21.05%
B=66.32%

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
Decimal24401260.810.6800.51230.596829.41
Hex18287E5144033e7441d
Octal305017612110406334710435
Binary11000101000111111010100011000100011001111100111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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