#191F70

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

Shades of Midnight Blue #191F70

Tints of Midnight Blue #191F70

Color information

#191F70 (or 0x191F70) is unknown color: approx Midnight Blue. HEX triplet: 19, 1F and 70. RGB value is (25,31,112). Sum of RGB (Red+Green+Blue) = 25+31+112=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 31 (12.5% from 255 or 18.45% 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 #191F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F70 is #E6E08F. Grayscale: #262626. Windows color (decimal): -15130768 or 7347993. OLE color: 7347993.

HSL color Cylindrical-coordinate representation of color #191F70: hue angle of 235.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191F70 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2531112-
CMYK0.780.7200.56
HSL235.86º63.5%26.86%-
HSV(B)235.86º77.68%43.92%-
XYZ3.822.3615.58-
YUV38.44169.51118.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=14.88%
G=18.45%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25311120.780.7200.56235.8663.526.86
Hex191F704E48038ec401b
Octal313716011611007035410033
Binary1100111111111000010011101001000011100011101100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191F70; }

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

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

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

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

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

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

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

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