Shades of Sapphire #133374
Tints of Sapphire #133374
RGB
CMYK
RGB Variations
Color information
#133374 (or 0x133374) is known color: Sapphire. HEX triplet: 13, 33 and 74. RGB value is (19,51,116). Sum of RGB (Red+Green+Blue) = 19+51+116=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #133374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133374 is #ECCC8B. Grayscale: #303030. Windows color (decimal): -15518860 or 7615251. OLE color: 7615251.
HSL color Cylindrical-coordinate representation of color #133374: hue angle of 220.21º 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 #133374 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 51 | 116 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.55 |
| HSL | 220.21º | 0.72% | 0.26% | - |
| HSV(B) | 220.21º | 0.84% | 0.45% | - |
| XYZ | 4.6 | 3.77 | 17.01 | - |
| YUV | 48.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 116 | 0.84 | 0.56 | 0 | 0.55 | 220.21 | 0.72 | 0.26 |
| Hex | 13 | 33 | 74 | 54 | 38 | 0 | 37 | DC | 48 | 1A |
| Octal | 23 | 63 | 164 | 124 | 70 | 0 | 67 | 334 | 110 | 32 |
| Binary | 10011 | 110011 | 1110100 | 1010100 | 111000 | 0 | 110111 | 11011100 | 1001000 | 11010 |
Color Harmonies of #133374
Complementary color
Monochromatic Colors of #133374
Black with #133374
Text Example
Text Example
White with #133374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133374; }
p { color: rgb(19,51,116); }
H1.HeaderClassName
{
color: #133374;
}
.AnyTagClassName
{
color: #133374;
}
</style>
background-color css
<style>
a { background-color: #133374; }
a { background-color: rgb(19,51,116); }
div.DivClassName
{
background-color: #133374;
}
.BgClassName
{
background-color: #133374;
}
</style>
border-color css
<style>
span { border-color: #133374; }
span { border-color: rgb(19,51,116); }
td.TdClassName
{
border-color: #133374;
}
.TagClassName
{
border-color: #133374;
}
</style>