Shades of Sapphire #133672
Tints of Sapphire #133672
RGB
CMYK
RGB Variations
Color information
#133672 (or 0x133672) is known color: Sapphire. HEX triplet: 13, 36 and 72. RGB value is (19,54,114). Sum of RGB (Red+Green+Blue) = 19+54+114=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #133672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133672 is #ECC98D. Grayscale: #323232. Windows color (decimal): -15518094 or 7484947. OLE color: 7484947.
HSL color Cylindrical-coordinate representation of color #133672: hue angle of 217.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133672 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 54 | 114 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.55 |
| HSL | 217.89º | 0.71% | 0.26% | - |
| HSV(B) | 217.89º | 0.83% | 0.45% | - |
| XYZ | 4.62 | 3.99 | 16.45 | - |
| YUV | 50.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 114 | 0.83 | 0.53 | 0 | 0.55 | 217.89 | 0.71 | 0.26 |
| Hex | 13 | 36 | 72 | 53 | 35 | 0 | 37 | DA | 47 | 1A |
| Octal | 23 | 66 | 162 | 123 | 65 | 0 | 67 | 332 | 107 | 32 |
| Binary | 10011 | 110110 | 1110010 | 1010011 | 110101 | 0 | 110111 | 11011010 | 1000111 | 11010 |
Color Harmonies of #133672
Complementary color
Monochromatic Colors of #133672
Black with #133672
Text Example
Text Example
White with #133672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133672; }
p { color: rgb(19,54,114); }
H1.HeaderClassName
{
color: #133672;
}
.AnyTagClassName
{
color: #133672;
}
</style>
background-color css
<style>
a { background-color: #133672; }
a { background-color: rgb(19,54,114); }
div.DivClassName
{
background-color: #133672;
}
.BgClassName
{
background-color: #133672;
}
</style>
border-color css
<style>
span { border-color: #133672; }
span { border-color: rgb(19,54,114); }
td.TdClassName
{
border-color: #133672;
}
.TagClassName
{
border-color: #133672;
}
</style>