#191E5A

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

Shades of Midnight Blue #191E5A

Tints of Midnight Blue #191E5A

Color information

#191E5A (or 0x191E5A) is unknown color: approx Midnight Blue. HEX triplet: 19, 1E and 5A. RGB value is (25,30,90). Sum of RGB (Red+Green+Blue) = 25+30+90=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #191E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E5A is #E6E1A5. Grayscale: #232323. Windows color (decimal): -15131046 or 5905945. OLE color: 5905945.

HSL color Cylindrical-coordinate representation of color #191E5A: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191E5A is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253090-
CMYK0.720.6700.65
HSL235.38º56.52%22.55%-
HSV(B)235.38º72.22%35.29%-
XYZ2.711.879.89-
YUV35.34158.84120.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=17.24%
G=20.69%
B=62.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2530900.720.6700.65235.3856.5222.55
Hex191E5A4843041eb3917
Octal313613211010301013537127
Binary1100111110101101010010001000011010000011110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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