#131B5D

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

Shades of Midnight Blue #131B5D

Tints of Midnight Blue #131B5D

Color information

#131B5D (or 0x131B5D) is unknown color: approx Midnight Blue. HEX triplet: 13, 1B and 5D. RGB value is (19,27,93). Sum of RGB (Red+Green+Blue) = 19+27+93=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #131B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5D is #ECE4A2. Grayscale: #1F1F1F. Windows color (decimal): -15525027 or 6101779. OLE color: 6101779.

HSL color Cylindrical-coordinate representation of color #131B5D: hue angle of 233.51º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131B5D is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192793-
CMYK0.800.7100.64
HSL233.51º66.07%21.96%-
HSV(B)233.51º79.57%36.47%-
XYZ2.641.7110.55-
YUV32.13162.35118.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=13.67%
G=19.42%
B=66.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1927930.800.7100.64233.5166.0721.96
Hex131B5D5047040ea4216
Octal2333135120107010035210226
Binary10011110111011101101000010001110100000011101010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,93); }

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

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

 a { background-color: rgb(19,27,93); }

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

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

 span { border-color: rgb(19,27,93); }

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