Shades of Midnight Blue #131A5C
Tints of Midnight Blue #131A5C
RGB
CMYK
RGB Variations
Color information
#131A5C (or 0x131A5C) is known color: Midnight Blue. HEX triplet: 13, 1A and 5C. RGB value is (19,26,92). Sum of RGB (Red+Green+Blue) = 19+26+92=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #131A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A5C is #ECE5A3. Grayscale: #1F1F1F. Windows color (decimal): -15525284 or 6035987. OLE color: 6035987.
HSL color Cylindrical-coordinate representation of color #131A5C: hue angle of 234.25º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131A5C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 26 | 92 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.64 |
| HSL | 234.25º | 0.66% | 0.22% | - |
| HSV(B) | 234.25º | 0.79% | 0.36% | - |
| XYZ | 2.57 | 1.65 | 10.31 | - |
| YUV | 31.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 92 | 0.79 | 0.72 | 0 | 0.64 | 234.25 | 0.66 | 0.22 |
| Hex | 13 | 1A | 5C | 4F | 48 | 0 | 40 | EA | 42 | 16 |
| Octal | 23 | 32 | 134 | 117 | 110 | 0 | 100 | 352 | 102 | 26 |
| Binary | 10011 | 11010 | 1011100 | 1001111 | 1001000 | 0 | 1000000 | 11101010 | 1000010 | 10110 |
Color Harmonies of #131A5C
Complementary color
Monochromatic Colors of #131A5C
Black with #131A5C
Text Example
Text Example
White with #131A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A5C; }
p { color: rgb(19,26,92); }
H1.HeaderClassName
{
color: #131A5C;
}
.AnyTagClassName
{
color: #131A5C;
}
</style>
background-color css
<style>
a { background-color: #131A5C; }
a { background-color: rgb(19,26,92); }
div.DivClassName
{
background-color: #131A5C;
}
.BgClassName
{
background-color: #131A5C;
}
</style>
border-color css
<style>
span { border-color: #131A5C; }
span { border-color: rgb(19,26,92); }
td.TdClassName
{
border-color: #131A5C;
}
.TagClassName
{
border-color: #131A5C;
}
</style>