#191F64

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

Shades of Midnight Blue #191F64

Tints of Midnight Blue #191F64

Color information

#191F64 (or 0x191F64) is unknown color: approx Midnight Blue. HEX triplet: 19, 1F and 64. RGB value is (25,31,100). Sum of RGB (Red+Green+Blue) = 25+31+100=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #191F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F64 is #E6E09B. Grayscale: #242424. Windows color (decimal): -15130780 or 6561561. OLE color: 6561561.

HSL color Cylindrical-coordinate representation of color #191F64: hue angle of 235.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191F64 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2531100-
CMYK0.750.6900.61
HSL235.2º60%24.51%-
HSV(B)235.2º75%39.22%-
XYZ3.192.1112.3-
YUV37.07163.51119.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 100 (39.45% from 255) = 64.10%
R=16.03%
G=19.87%
B=64.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25311000.750.6900.61235.26024.51
Hex191F644B4503Deb3c19
Octal31371441131050753537431
Binary110011111111001001001011100010101111011110101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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