#182070

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

Shades of Midnight Blue #182070

Tints of Midnight Blue #182070

Color information

#182070 (or 0x182070) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 70. RGB value is (24,32,112). Sum of RGB (Red+Green+Blue) = 24+32+112=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #182070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182070 is #E7DF8F. Grayscale: #262626. Windows color (decimal): -15196048 or 7348248. OLE color: 7348248.

HSL color Cylindrical-coordinate representation of color #182070: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182070 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2432112-
CMYK0.790.7100.56
HSL234.55º64.71%26.67%-
HSV(B)234.55º78.57%43.92%-
XYZ3.822.415.59-
YUV38.73169.35117.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=14.29%
G=19.05%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24321120.790.7100.56234.5564.7126.67
Hex1820704F47038eb411b
Octal304016011710707035310133
Binary11000100000111000010011111000111011100011101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182070; }

 p { color: rgb(24,32,112); }

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

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

 a { background-color: rgb(24,32,112); }

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

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

 span { border-color: rgb(24,32,112); }

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