#191463

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

Shades of Midnight Blue #191463

Tints of Midnight Blue #191463

Color information

#191463 (or 0x191463) is unknown color: approx Midnight Blue. HEX triplet: 19, 14 and 63. RGB value is (25,20,99). Sum of RGB (Red+Green+Blue) = 25+20+99=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #191463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191463 is #E6EB9C. Grayscale: #1E1E1E. Windows color (decimal): -15133597 or 6493209. OLE color: 6493209.

HSL color Cylindrical-coordinate representation of color #191463: hue angle of 243.8º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191463 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB252099-
CMYK0.750.8000.61
HSL243.8º66.39%23.33%-
HSV(B)243.8º79.8%38.82%-
XYZ2.91.6111.96-
YUV30.5166.66124.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 99 (39.06% from 255) = 68.75%
R=17.36%
G=13.89%
B=68.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2520990.750.8000.61243.866.3923.33
Hex1914634B5003Df44217
Octal312414311312007536410227
Binary1100110100110001110010111010000011110111110100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191463; }

 p { color: rgb(25,20,99); }

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

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

 a { background-color: rgb(25,20,99); }

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

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

 span { border-color: rgb(25,20,99); }

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