#191270

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

Shades of Midnight Blue #191270

Tints of Midnight Blue #191270

Color information

#191270 (or 0x191270) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 70. RGB value is (25,18,112). Sum of RGB (Red+Green+Blue) = 25+18+112=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #191270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191270 is #E6ED8F. Grayscale: #1E1E1E. Windows color (decimal): -15134096 or 7344665. OLE color: 7344665.

HSL color Cylindrical-coordinate representation of color #191270: hue angle of 244.47º 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 #191270 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2518112-
CMYK0.780.8400.56
HSL244.47º72.31%25.49%-
HSV(B)244.47º83.93%43.92%-
XYZ3.541.8115.49-
YUV30.81173.82123.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=16.13%
G=11.61%
B=72.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25181120.780.8400.56244.4772.3125.49
Hex1912704E54038f44819
Octal312216011612407036411031
Binary1100110010111000010011101010100011100011110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191270; }

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

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

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

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

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

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

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

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