#191261

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

Shades of Midnight Blue #191261

Tints of Midnight Blue #191261

Color information

#191261 (or 0x191261) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 61. RGB value is (25,18,97). Sum of RGB (Red+Green+Blue) = 25+18+97=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #191261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191261 is #E6ED9E. Grayscale: #1C1C1C. Windows color (decimal): -15134111 or 6361625. OLE color: 6361625.

HSL color Cylindrical-coordinate representation of color #191261: hue angle of 245.32º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191261 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB251897-
CMYK0.740.8100.62
HSL245.32º68.7%22.55%-
HSV(B)245.32º81.44%38.04%-
XYZ2.771.511.45-
YUV29.1166.32125.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=17.86%
G=12.86%
B=69.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2518970.740.8100.62245.3268.722.55
Hex1912614A5103Ef54517
Octal312214111212107636510527
Binary1100110010110000110010101010001011111011110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191261; }

 p { color: rgb(25,18,97); }

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

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

 a { background-color: rgb(25,18,97); }

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

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

 span { border-color: rgb(25,18,97); }

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