#131E63

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

Shades of Midnight Blue #131E63

Tints of Midnight Blue #131E63

Color information

#131E63 (or 0x131E63) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 63. RGB value is (19,30,99). Sum of RGB (Red+Green+Blue) = 19+30+99=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #131E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E63 is #ECE19C. Grayscale: #222222. Windows color (decimal): -15524253 or 6495763. OLE color: 6495763.

HSL color Cylindrical-coordinate representation of color #131E63: hue angle of 231.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131E63 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB193099-
CMYK0.810.7000.61
HSL231.75º67.8%23.14%-
HSV(B)231.75º80.81%38.82%-
XYZ2.981.9712.03-
YUV34.58164.36116.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 99 (39.06% from 255) = 66.89%
R=12.84%
G=20.27%
B=66.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1930990.810.7000.61231.7567.823.14
Hex131E63514603De84417
Octal233614312110607535010427
Binary1001111110110001110100011000110011110111101000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E63; }

 p { color: rgb(19,30,99); }

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

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

 a { background-color: rgb(19,30,99); }

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

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

 span { border-color: rgb(19,30,99); }

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