#191A5E

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

Shades of Midnight Blue #191A5E

Tints of Midnight Blue #191A5E

Color information

#191A5E (or 0x191A5E) is unknown color: approx Midnight Blue. HEX triplet: 19, 1A and 5E. RGB value is (25,26,94). Sum of RGB (Red+Green+Blue) = 25+26+94=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #191A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A5E is #E6E5A1. Grayscale: #212121. Windows color (decimal): -15132066 or 6167065. OLE color: 6167065.

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

Color convert

RGB252694-
CMYK0.730.7200.63
HSL239.13º57.98%23.33%-
HSV(B)239.13º73.4%36.86%-
XYZ2.791.7510.78-
YUV33.45162.17121.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=17.24%
G=17.93%
B=64.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2526940.730.7200.63239.1357.9823.33
Hex191A5E494803Fef3a17
Octal31321361111100773577227
Binary110011101010111101001001100100001111111110111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,26,94); }

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

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

 a { background-color: rgb(25,26,94); }

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

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

 span { border-color: rgb(25,26,94); }

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