#181270

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

Shades of Midnight Blue #181270

Tints of Midnight Blue #181270

Color information

#181270 (or 0x181270) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 70. RGB value is (24,18,112). Sum of RGB (Red+Green+Blue) = 24+18+112=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #181270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181270 is #E7ED8F. Grayscale: #1E1E1E. Windows color (decimal): -15199632 or 7344664. OLE color: 7344664.

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

Color convert

RGB2418112-
CMYK0.790.8400.56
HSL243.83º72.31%25.49%-
HSV(B)243.83º83.93%43.92%-
XYZ3.521.815.49-
YUV30.51173.99123.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 112 (44.14% from 255) = 72.73%
R=15.58%
G=11.69%
B=72.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24181120.790.8400.56243.8372.3125.49
Hex1812704F54038f44819
Octal302216011712407036411031
Binary1100010010111000010011111010100011100011110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181270; }

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

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

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

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

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

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

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

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