Shades of Sapphire #133068
Tints of Sapphire #133068
RGB
CMYK
RGB Variations
Color information
#133068 (or 0x133068) is known color: Sapphire. HEX triplet: 13, 30 and 68. RGB value is (19,48,104). Sum of RGB (Red+Green+Blue) = 19+48+104=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #133068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133068 is #ECCF97. Grayscale: #2D2D2D. Windows color (decimal): -15519640 or 6828051. OLE color: 6828051.
HSL color Cylindrical-coordinate representation of color #133068: hue angle of 219.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133068 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 48 | 104 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.59 |
| HSL | 219.53º | 0.69% | 0.24% | - |
| HSV(B) | 219.53º | 0.82% | 0.41% | - |
| XYZ | 3.82 | 3.25 | 13.52 | - |
| YUV | 45.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 104 | 0.82 | 0.54 | 0 | 0.59 | 219.53 | 0.69 | 0.24 |
| Hex | 13 | 30 | 68 | 52 | 36 | 0 | 3B | DC | 45 | 18 |
| Octal | 23 | 60 | 150 | 122 | 66 | 0 | 73 | 334 | 105 | 30 |
| Binary | 10011 | 110000 | 1101000 | 1010010 | 110110 | 0 | 111011 | 11011100 | 1000101 | 11000 |
Color Harmonies of #133068
Complementary color
Monochromatic Colors of #133068
Black with #133068
Text Example
Text Example
White with #133068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133068; }
p { color: rgb(19,48,104); }
H1.HeaderClassName
{
color: #133068;
}
.AnyTagClassName
{
color: #133068;
}
</style>
background-color css
<style>
a { background-color: #133068; }
a { background-color: rgb(19,48,104); }
div.DivClassName
{
background-color: #133068;
}
.BgClassName
{
background-color: #133068;
}
</style>
border-color css
<style>
span { border-color: #133068; }
span { border-color: rgb(19,48,104); }
td.TdClassName
{
border-color: #133068;
}
.TagClassName
{
border-color: #133068;
}
</style>