#191262

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

Shades of Midnight Blue #191262

Tints of Midnight Blue #191262

Color information

#191262 (or 0x191262) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 62. RGB value is (25,18,98). Sum of RGB (Red+Green+Blue) = 25+18+98=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #191262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191262 is #E6ED9D. Grayscale: #1C1C1C. Windows color (decimal): -15134110 or 6427161. OLE color: 6427161.

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

Color convert

RGB251898-
CMYK0.740.8200.62
HSL245.25º68.97%22.75%-
HSV(B)245.25º81.63%38.43%-
XYZ2.821.5211.7-
YUV29.21166.82125-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=17.73%
G=12.77%
B=69.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2518980.740.8200.62245.2568.9722.75
Hex1912624A5203Ef54517
Octal312214211212207636510527
Binary1100110010110001010010101010010011111011110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191262; }

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

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

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

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

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

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

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

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