#191F68

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

Shades of Midnight Blue #191F68

Tints of Midnight Blue #191F68

Color information

#191F68 (or 0x191F68) is unknown color: approx Midnight Blue. HEX triplet: 19, 1F and 68. RGB value is (25,31,104). Sum of RGB (Red+Green+Blue) = 25+31+104=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #191F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F68 is #E6E097. Grayscale: #252525. Windows color (decimal): -15130776 or 6823705. OLE color: 6823705.

HSL color Cylindrical-coordinate representation of color #191F68: hue angle of 235.44º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191F68 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2531104-
CMYK0.760.7000.59
HSL235.44º61.24%25.29%-
HSV(B)235.44º75.96%40.78%-
XYZ3.392.1913.34-
YUV37.53165.51119.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 104 (41.02% from 255) = 65%
R=15.62%
G=19.38%
B=65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25311040.760.7000.59235.4461.2425.29
Hex191F684C4603Beb3d19
Octal31371501141060733537531
Binary110011111111010001001100100011001110111110101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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