#181058

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

Shades of Midnight Blue #181058

Tints of Midnight Blue #181058

Color information

#181058 (or 0x181058) is unknown color: approx Midnight Blue. HEX triplet: 18, 10 and 58. RGB value is (24,16,88). Sum of RGB (Red+Green+Blue) = 24+16+88=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #181058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181058 is #E7EFA7. Grayscale: #1A1A1A. Windows color (decimal): -15200168 or 5771288. OLE color: 5771288.

HSL color Cylindrical-coordinate representation of color #181058: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181058 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB241688-
CMYK0.730.8200.65
HSL246.67º69.23%20.39%-
HSV(B)246.67º81.82%34.51%-
XYZ2.321.279.36-
YUV26.6162.65126.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 88 (34.77% from 255) = 68.75%
R=18.75%
G=12.5%
B=68.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2416880.730.8200.65246.6769.2320.39
Hex1810584952041f74514
Octal3020130111122010136710524
Binary11000100001011000100100110100100100000111110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181058; }

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

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

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

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

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

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

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

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