Shades of Sapphire #132E68
Tints of Sapphire #132E68
RGB
CMYK
RGB Variations
Color information
#132E68 (or 0x132E68) is known color: Sapphire. HEX triplet: 13, 2E and 68. RGB value is (19,46,104). Sum of RGB (Red+Green+Blue) = 19+46+104=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #132E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E68 is #ECD197. Grayscale: #2C2C2C. Windows color (decimal): -15520152 or 6827539. OLE color: 6827539.
HSL color Cylindrical-coordinate representation of color #132E68: hue angle of 220.94º 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 #132E68 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 46 | 104 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.59 |
| HSL | 220.94º | 0.69% | 0.24% | - |
| HSV(B) | 220.94º | 0.82% | 0.41% | - |
| XYZ | 3.74 | 3.09 | 13.5 | - |
| YUV | 44.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 104 | 0.82 | 0.56 | 0 | 0.59 | 220.94 | 0.69 | 0.24 |
| Hex | 13 | 2E | 68 | 52 | 38 | 0 | 3B | DD | 45 | 18 |
| Octal | 23 | 56 | 150 | 122 | 70 | 0 | 73 | 335 | 105 | 30 |
| Binary | 10011 | 101110 | 1101000 | 1010010 | 111000 | 0 | 111011 | 11011101 | 1000101 | 11000 |
Color Harmonies of #132E68
Complementary color
Monochromatic Colors of #132E68
Black with #132E68
Text Example
Text Example
White with #132E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E68; }
p { color: rgb(19,46,104); }
H1.HeaderClassName
{
color: #132E68;
}
.AnyTagClassName
{
color: #132E68;
}
</style>
background-color css
<style>
a { background-color: #132E68; }
a { background-color: rgb(19,46,104); }
div.DivClassName
{
background-color: #132E68;
}
.BgClassName
{
background-color: #132E68;
}
</style>
border-color css
<style>
span { border-color: #132E68; }
span { border-color: rgb(19,46,104); }
td.TdClassName
{
border-color: #132E68;
}
.TagClassName
{
border-color: #132E68;
}
</style>