Shades of Sapphire #132262
Tints of Sapphire #132262
RGB
CMYK
RGB Variations
Color information
#132262 (or 0x132262) is known color: Sapphire. HEX triplet: 13, 22 and 62. RGB value is (19,34,98). Sum of RGB (Red+Green+Blue) = 19+34+98=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #132262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132262 is #ECDD9D. Grayscale: #242424. Windows color (decimal): -15523230 or 6431251. OLE color: 6431251.
HSL color Cylindrical-coordinate representation of color #132262: hue angle of 228.61º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132262 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 34 | 98 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.62 |
| HSL | 228.61º | 0.68% | 0.23% | - |
| HSV(B) | 228.61º | 0.81% | 0.38% | - |
| XYZ | 3.05 | 2.16 | 11.81 | - |
| YUV | 36.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 98 | 0.81 | 0.65 | 0 | 0.62 | 228.61 | 0.68 | 0.23 |
| Hex | 13 | 22 | 62 | 51 | 41 | 0 | 3E | E5 | 44 | 17 |
| Octal | 23 | 42 | 142 | 121 | 101 | 0 | 76 | 345 | 104 | 27 |
| Binary | 10011 | 100010 | 1100010 | 1010001 | 1000001 | 0 | 111110 | 11100101 | 1000100 | 10111 |
Color Harmonies of #132262
Complementary color
Monochromatic Colors of #132262
Black with #132262
Text Example
Text Example
White with #132262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132262; }
p { color: rgb(19,34,98); }
H1.HeaderClassName
{
color: #132262;
}
.AnyTagClassName
{
color: #132262;
}
</style>
background-color css
<style>
a { background-color: #132262; }
a { background-color: rgb(19,34,98); }
div.DivClassName
{
background-color: #132262;
}
.BgClassName
{
background-color: #132262;
}
</style>
border-color css
<style>
span { border-color: #132262; }
span { border-color: rgb(19,34,98); }
td.TdClassName
{
border-color: #132262;
}
.TagClassName
{
border-color: #132262;
}
</style>