#191F5F

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

Shades of Midnight Blue #191F5F

Tints of Midnight Blue #191F5F

Color information

#191F5F (or 0x191F5F) is unknown color: approx Midnight Blue. HEX triplet: 19, 1F and 5F. RGB value is (25,31,95). Sum of RGB (Red+Green+Blue) = 25+31+95=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #191F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F5F is #E6E0A0. Grayscale: #242424. Windows color (decimal): -15130785 or 6233881. OLE color: 6233881.

HSL color Cylindrical-coordinate representation of color #191F5F: hue angle of 234.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #191F5F is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253195-
CMYK0.740.6700.63
HSL234.86º58.33%23.53%-
HSV(B)234.86º73.68%37.25%-
XYZ2.962.0111.06-
YUV36.5161.01119.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=16.56%
G=20.53%
B=62.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2531950.740.6700.63234.8658.3323.53
Hex191F5F4A4303Feb3a18
Octal31371371121030773537230
Binary110011111110111111001010100001101111111110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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