#191E5F

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

Shades of Midnight Blue #191E5F

Tints of Midnight Blue #191E5F

Color information

#191E5F (or 0x191E5F) is unknown color: approx Midnight Blue. HEX triplet: 19, 1E and 5F. RGB value is (25,30,95). Sum of RGB (Red+Green+Blue) = 25+30+95=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #191E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E5F is #E6E1A0. Grayscale: #232323. Windows color (decimal): -15131041 or 6233625. OLE color: 6233625.

HSL color Cylindrical-coordinate representation of color #191E5F: hue angle of 235.71º 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 #191E5F is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253095-
CMYK0.740.6800.63
HSL235.71º58.33%23.53%-
HSV(B)235.71º73.68%37.25%-
XYZ2.931.9611.05-
YUV35.92161.34120.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 63.33%
R=16.67%
G=20%
B=63.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2530950.740.6800.63235.7158.3323.53
Hex191E5F4A4403Fec3a18
Octal31361371121040773547230
Binary110011111010111111001010100010001111111110110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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