#18257D

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

Shades of Midnight Blue #18257D

Tints of Midnight Blue #18257D

Color information

#18257D (or 0x18257D) is unknown color: approx Midnight Blue. HEX triplet: 18, 25 and 7D. RGB value is (24,37,125). Sum of RGB (Red+Green+Blue) = 24+37+125=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #18257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257D is #E7DA82. Grayscale: #2A2A2A. Windows color (decimal): -15194755 or 8201496. OLE color: 8201496.

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

Color convert

RGB2437125-
CMYK0.810.7000.51
HSL232.28º67.79%29.22%-
HSV(B)232.28º80.8%49.02%-
XYZ4.74319.73-
YUV43.14174.19114.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 125 (49.22% from 255) = 67.20%
R=12.90%
G=19.89%
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.51
SystemRedGreenBlueCMYKHSL
Decimal24371250.810.7000.51232.2867.7929.22
Hex18257D5146033e8441d
Octal304517512110606335010435
Binary11000100101111110110100011000110011001111101000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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