Shades of Sapphire #13337B
Tints of Sapphire #13337B
RGB
CMYK
RGB Variations
Color information
#13337B (or 0x13337B) is known color: Sapphire. HEX triplet: 13, 33 and 7B. RGB value is (19,51,123). Sum of RGB (Red+Green+Blue) = 19+51+123=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #13337B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13337B is #ECCC84. Grayscale: #313131. Windows color (decimal): -15518853 or 8074003. OLE color: 8074003.
HSL color Cylindrical-coordinate representation of color #13337B: hue angle of 221.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13337B is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 51 | 123 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.52 |
| HSL | 221.54º | 0.73% | 0.28% | - |
| HSV(B) | 221.54º | 0.85% | 0.48% | - |
| XYZ | 5.03 | 3.94 | 19.23 | - |
| YUV | 49.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 123 | 0.85 | 0.59 | 0 | 0.52 | 221.54 | 0.73 | 0.28 |
| Hex | 13 | 33 | 7B | 55 | 3B | 0 | 34 | DE | 49 | 1C |
| Octal | 23 | 63 | 173 | 125 | 73 | 0 | 64 | 336 | 111 | 34 |
| Binary | 10011 | 110011 | 1111011 | 1010101 | 111011 | 0 | 110100 | 11011110 | 1001001 | 11100 |
Color Harmonies of #13337B
Complementary color
Monochromatic Colors of #13337B
Black with #13337B
Text Example
Text Example
White with #13337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13337B; }
p { color: rgb(19,51,123); }
H1.HeaderClassName
{
color: #13337B;
}
.AnyTagClassName
{
color: #13337B;
}
</style>
background-color css
<style>
a { background-color: #13337B; }
a { background-color: rgb(19,51,123); }
div.DivClassName
{
background-color: #13337B;
}
.BgClassName
{
background-color: #13337B;
}
</style>
border-color css
<style>
span { border-color: #13337B; }
span { border-color: rgb(19,51,123); }
td.TdClassName
{
border-color: #13337B;
}
.TagClassName
{
border-color: #13337B;
}
</style>