#181258

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

Shades of Midnight Blue #181258

Tints of Midnight Blue #181258

Color information

#181258 (or 0x181258) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 58. RGB value is (24,18,88). Sum of RGB (Red+Green+Blue) = 24+18+88=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #181258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181258 is #E7EDA7. Grayscale: #1B1B1B. Windows color (decimal): -15199656 or 5771800. OLE color: 5771800.

HSL color Cylindrical-coordinate representation of color #181258: hue angle of 245.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181258 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB241888-
CMYK0.730.8000.65
HSL245.14º66.04%20.78%-
HSV(B)245.14º79.55%34.51%-
XYZ2.351.339.37-
YUV27.77161.99125.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 88 (34.77% from 255) = 67.69%
R=18.46%
G=13.85%
B=67.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2418880.730.8000.65245.1466.0420.78
Hex1812584950041f54215
Octal3022130111120010136510225
Binary11000100101011000100100110100000100000111110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181258; }

 p { color: rgb(24,18,88); }

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

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

 a { background-color: rgb(24,18,88); }

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

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

 span { border-color: rgb(24,18,88); }

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