Shades of Sapphire #133674
Tints of Sapphire #133674
RGB
CMYK
RGB Variations
Color information
#133674 (or 0x133674) is known color: Sapphire. HEX triplet: 13, 36 and 74. RGB value is (19,54,116). Sum of RGB (Red+Green+Blue) = 19+54+116=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #133674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133674 is #ECC98B. Grayscale: #323232. Windows color (decimal): -15518092 or 7616019. OLE color: 7616019.
HSL color Cylindrical-coordinate representation of color #133674: hue angle of 218.35º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133674 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 54 | 116 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.55 |
| HSL | 218.35º | 0.72% | 0.26% | - |
| HSV(B) | 218.35º | 0.84% | 0.45% | - |
| XYZ | 4.74 | 4.04 | 17.05 | - |
| YUV | 50.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 116 | 0.84 | 0.53 | 0 | 0.55 | 218.35 | 0.72 | 0.26 |
| Hex | 13 | 36 | 74 | 54 | 35 | 0 | 37 | DA | 48 | 1A |
| Octal | 23 | 66 | 164 | 124 | 65 | 0 | 67 | 332 | 110 | 32 |
| Binary | 10011 | 110110 | 1110100 | 1010100 | 110101 | 0 | 110111 | 11011010 | 1001000 | 11010 |
Color Harmonies of #133674
Complementary color
Monochromatic Colors of #133674
Black with #133674
Text Example
Text Example
White with #133674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133674; }
p { color: rgb(19,54,116); }
H1.HeaderClassName
{
color: #133674;
}
.AnyTagClassName
{
color: #133674;
}
</style>
background-color css
<style>
a { background-color: #133674; }
a { background-color: rgb(19,54,116); }
div.DivClassName
{
background-color: #133674;
}
.BgClassName
{
background-color: #133674;
}
</style>
border-color css
<style>
span { border-color: #133674; }
span { border-color: rgb(19,54,116); }
td.TdClassName
{
border-color: #133674;
}
.TagClassName
{
border-color: #133674;
}
</style>