#131866

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

Shades of Midnight Blue #131866

Tints of Midnight Blue #131866

Color information

#131866 (or 0x131866) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 66. RGB value is (19,24,102). Sum of RGB (Red+Green+Blue) = 19+24+102=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #131866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131866 is #ECE799. Grayscale: #1F1F1F. Windows color (decimal): -15525786 or 6690835. OLE color: 6690835.

HSL color Cylindrical-coordinate representation of color #131866: hue angle of 236.39º 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 #131866 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1924102-
CMYK0.810.7600.6
HSL236.39º68.6%23.73%-
HSV(B)236.39º81.37%40%-
XYZ2.991.7512.75-
YUV31.4167.84119.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 102 (40.23% from 255) = 70.34%
R=13.10%
G=16.55%
B=70.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19241020.810.7600.6236.3968.623.73
Hex131866514C03Cec4518
Octal233014612111407435410530
Binary1001111000110011010100011001100011110011101100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131866; }

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

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

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

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

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

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

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

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