#131566

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

Shades of Midnight Blue #131566

Tints of Midnight Blue #131566

Color information

#131566 (or 0x131566) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 66. RGB value is (19,21,102). Sum of RGB (Red+Green+Blue) = 19+21+102=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #131566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131566 is #ECEA99. Grayscale: #1D1D1D. Windows color (decimal): -15526554 or 6690067. OLE color: 6690067.

HSL color Cylindrical-coordinate representation of color #131566: hue angle of 238.55º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131566 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1921102-
CMYK0.810.7900.6
HSL238.55º68.6%23.73%-
HSV(B)238.55º81.37%40%-
XYZ2.931.6312.73-
YUV29.64168.84120.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 102 (40.23% from 255) = 71.83%
R=13.38%
G=14.79%
B=71.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19211020.810.7900.6238.5568.623.73
Hex131566514F03Cef4518
Octal232514612111707435710530
Binary1001110101110011010100011001111011110011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131566; }

 p { color: rgb(19,21,102); }

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

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

 a { background-color: rgb(19,21,102); }

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

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

 span { border-color: rgb(19,21,102); }

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