Shades of Sapphire #132668
Tints of Sapphire #132668
RGB
CMYK
RGB Variations
Color information
#132668 (or 0x132668) is known color: Sapphire. HEX triplet: 13, 26 and 68. RGB value is (19,38,104). Sum of RGB (Red+Green+Blue) = 19+38+104=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #132668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132668 is #ECD997. Grayscale: #272727. Windows color (decimal): -15522200 or 6825491. OLE color: 6825491.
HSL color Cylindrical-coordinate representation of color #132668: hue angle of 226.59º 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 #132668 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 38 | 104 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.59 |
| HSL | 226.59º | 0.69% | 0.24% | - |
| HSV(B) | 226.59º | 0.82% | 0.41% | - |
| XYZ | 3.46 | 2.52 | 13.4 | - |
| YUV | 39.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 104 | 0.82 | 0.63 | 0 | 0.59 | 226.59 | 0.69 | 0.24 |
| Hex | 13 | 26 | 68 | 52 | 3F | 0 | 3B | E3 | 45 | 18 |
| Octal | 23 | 46 | 150 | 122 | 77 | 0 | 73 | 343 | 105 | 30 |
| Binary | 10011 | 100110 | 1101000 | 1010010 | 111111 | 0 | 111011 | 11100011 | 1000101 | 11000 |
Color Harmonies of #132668
Complementary color
Monochromatic Colors of #132668
Black with #132668
Text Example
Text Example
White with #132668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132668; }
p { color: rgb(19,38,104); }
H1.HeaderClassName
{
color: #132668;
}
.AnyTagClassName
{
color: #132668;
}
</style>
background-color css
<style>
a { background-color: #132668; }
a { background-color: rgb(19,38,104); }
div.DivClassName
{
background-color: #132668;
}
.BgClassName
{
background-color: #132668;
}
</style>
border-color css
<style>
span { border-color: #132668; }
span { border-color: rgb(19,38,104); }
td.TdClassName
{
border-color: #132668;
}
.TagClassName
{
border-color: #132668;
}
</style>