#191260

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

Shades of Midnight Blue #191260

Tints of Midnight Blue #191260

Color information

#191260 (or 0x191260) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 60. RGB value is (25,18,96). Sum of RGB (Red+Green+Blue) = 25+18+96=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #191260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191260 is #E6ED9F. Grayscale: #1C1C1C. Windows color (decimal): -15134112 or 6296089. OLE color: 6296089.

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

Color convert

RGB251896-
CMYK0.740.8100.62
HSL245.38º68.42%22.35%-
HSV(B)245.38º81.25%37.65%-
XYZ2.731.4811.21-
YUV28.98165.82125.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=17.99%
G=12.95%
B=69.06%

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
Decimal2518960.740.8100.62245.3868.4222.35
Hex1912604A5103Ef54416
Octal312214011212107636510426
Binary1100110010110000010010101010001011111011110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191260; }

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

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

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

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

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

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

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

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