Shades of Sapphire #133267
Tints of Sapphire #133267
RGB
CMYK
RGB Variations
Color information
#133267 (or 0x133267) is known color: Sapphire. HEX triplet: 13, 32 and 67. RGB value is (19,50,103). Sum of RGB (Red+Green+Blue) = 19+50+103=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #133267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133267 is #ECCD98. Grayscale: #2E2E2E. Windows color (decimal): -15519129 or 6763027. OLE color: 6763027.
HSL color Cylindrical-coordinate representation of color #133267: hue angle of 217.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133267 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 50 | 103 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.60 |
| HSL | 217.86º | 0.69% | 0.24% | - |
| HSV(B) | 217.86º | 0.82% | 0.4% | - |
| XYZ | 3.86 | 3.4 | 13.28 | - |
| YUV | 46.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 103 | 0.82 | 0.51 | 0 | 0.60 | 217.86 | 0.69 | 0.24 |
| Hex | 13 | 32 | 67 | 52 | 33 | 0 | 3C | DA | 45 | 18 |
| Octal | 23 | 62 | 147 | 122 | 63 | 0 | 74 | 332 | 105 | 30 |
| Binary | 10011 | 110010 | 1100111 | 1010010 | 110011 | 0 | 111100 | 11011010 | 1000101 | 11000 |
Color Harmonies of #133267
Complementary color
Monochromatic Colors of #133267
Black with #133267
Text Example
Text Example
White with #133267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133267; }
p { color: rgb(19,50,103); }
H1.HeaderClassName
{
color: #133267;
}
.AnyTagClassName
{
color: #133267;
}
</style>
background-color css
<style>
a { background-color: #133267; }
a { background-color: rgb(19,50,103); }
div.DivClassName
{
background-color: #133267;
}
.BgClassName
{
background-color: #133267;
}
</style>
border-color css
<style>
span { border-color: #133267; }
span { border-color: rgb(19,50,103); }
td.TdClassName
{
border-color: #133267;
}
.TagClassName
{
border-color: #133267;
}
</style>