Shades of Sapphire #131E5A
Tints of Sapphire #131E5A
RGB
CMYK
RGB Variations
Color information
#131E5A (or 0x131E5A) is known color: Sapphire. HEX triplet: 13, 1E and 5A. RGB value is (19,30,90). Sum of RGB (Red+Green+Blue) = 19+30+90=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #131E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5A is #ECE1A5. Grayscale: #212121. Windows color (decimal): -15524262 or 5905939. OLE color: 5905939.
HSL color Cylindrical-coordinate representation of color #131E5A: hue angle of 230.7º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131E5A is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 30 | 90 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.65 |
| HSL | 230.7º | 0.65% | 0.21% | - |
| HSV(B) | 230.7º | 0.79% | 0.35% | - |
| XYZ | 2.58 | 1.81 | 9.89 | - |
| YUV | 33.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 90 | 0.79 | 0.67 | 0 | 0.65 | 230.7 | 0.65 | 0.21 |
| Hex | 13 | 1E | 5A | 4F | 43 | 0 | 41 | E7 | 41 | 15 |
| Octal | 23 | 36 | 132 | 117 | 103 | 0 | 101 | 347 | 101 | 25 |
| Binary | 10011 | 11110 | 1011010 | 1001111 | 1000011 | 0 | 1000001 | 11100111 | 1000001 | 10101 |
Color Harmonies of #131E5A
Complementary color
Monochromatic Colors of #131E5A
Black with #131E5A
Text Example
Text Example
White with #131E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E5A; }
p { color: rgb(19,30,90); }
H1.HeaderClassName
{
color: #131E5A;
}
.AnyTagClassName
{
color: #131E5A;
}
</style>
background-color css
<style>
a { background-color: #131E5A; }
a { background-color: rgb(19,30,90); }
div.DivClassName
{
background-color: #131E5A;
}
.BgClassName
{
background-color: #131E5A;
}
</style>
border-color css
<style>
span { border-color: #131E5A; }
span { border-color: rgb(19,30,90); }
td.TdClassName
{
border-color: #131E5A;
}
.TagClassName
{
border-color: #131E5A;
}
</style>