Shades of Sapphire #132469
Tints of Sapphire #132469
RGB
CMYK
RGB Variations
Color information
#132469 (or 0x132469) is known color: Sapphire. HEX triplet: 13, 24 and 69. RGB value is (19,36,105). Sum of RGB (Red+Green+Blue) = 19+36+105=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #132469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132469 is #ECDB96. Grayscale: #262626. Windows color (decimal): -15522711 or 6890515. OLE color: 6890515.
HSL color Cylindrical-coordinate representation of color #132469: hue angle of 228.14º 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 #132469 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 36 | 105 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.59 |
| HSL | 228.14º | 0.69% | 0.24% | - |
| HSV(B) | 228.14º | 0.82% | 0.41% | - |
| XYZ | 3.45 | 2.42 | 13.65 | - |
| YUV | 38.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 105 | 0.82 | 0.66 | 0 | 0.59 | 228.14 | 0.69 | 0.24 |
| Hex | 13 | 24 | 69 | 52 | 42 | 0 | 3B | E4 | 45 | 18 |
| Octal | 23 | 44 | 151 | 122 | 102 | 0 | 73 | 344 | 105 | 30 |
| Binary | 10011 | 100100 | 1101001 | 1010010 | 1000010 | 0 | 111011 | 11100100 | 1000101 | 11000 |
Color Harmonies of #132469
Complementary color
Monochromatic Colors of #132469
Black with #132469
Text Example
Text Example
White with #132469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132469; }
p { color: rgb(19,36,105); }
H1.HeaderClassName
{
color: #132469;
}
.AnyTagClassName
{
color: #132469;
}
</style>
background-color css
<style>
a { background-color: #132469; }
a { background-color: rgb(19,36,105); }
div.DivClassName
{
background-color: #132469;
}
.BgClassName
{
background-color: #132469;
}
</style>
border-color css
<style>
span { border-color: #132469; }
span { border-color: rgb(19,36,105); }
td.TdClassName
{
border-color: #132469;
}
.TagClassName
{
border-color: #132469;
}
</style>