#18258B

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

Shades of Midnight Blue #18258B

Tints of Midnight Blue #18258B

Color information

#18258B (or 0x18258B) is unknown color: approx Midnight Blue. HEX triplet: 18, 25 and 8B. RGB value is (24,37,139). Sum of RGB (Red+Green+Blue) = 24+37+139=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #18258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258B is #E7DA74. Grayscale: #2C2C2C. Windows color (decimal): -15194741 or 9119000. OLE color: 9119000.

HSL color Cylindrical-coordinate representation of color #18258B: hue angle of 233.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18258B is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2437139-
CMYK0.830.7300.45
HSL233.22º70.55%31.96%-
HSV(B)233.22º82.73%54.51%-
XYZ5.73.3824.78-
YUV44.74181.19113.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 139 (54.69% from 255) = 69.5%
R=12%
G=18.5%
B=69.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24371390.830.7300.45233.2270.5531.96
Hex18258B534902De94720
Octal304521312311105535110740
Binary1100010010110001011101001110010010101101111010011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18258B; }

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

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

<style>
 a { background-color: #18258B; }

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

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

<style>
 span { border-color: #18258B; }

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

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