Shades of Sapphire #132453
Tints of Sapphire #132453
RGB
CMYK
RGB Variations
Color information
#132453 (or 0x132453) is known color: Sapphire. HEX triplet: 13, 24 and 53. RGB value is (19,36,83). Sum of RGB (Red+Green+Blue) = 19+36+83=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #132453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132453 is #ECDBAC. Grayscale: #242424. Windows color (decimal): -15522733 or 5448723. OLE color: 5448723.
HSL color Cylindrical-coordinate representation of color #132453: hue angle of 224.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132453 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 36 | 83 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.67 |
| HSL | 224.06º | 0.63% | 0.2% | - |
| HSV(B) | 224.06º | 0.77% | 0.33% | - |
| XYZ | 2.46 | 2.02 | 8.44 | - |
| YUV | 36.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 83 | 0.77 | 0.57 | 0 | 0.67 | 224.06 | 0.63 | 0.2 |
| Hex | 13 | 24 | 53 | 4D | 39 | 0 | 43 | E0 | 3F | 14 |
| Octal | 23 | 44 | 123 | 115 | 71 | 0 | 103 | 340 | 77 | 24 |
| Binary | 10011 | 100100 | 1010011 | 1001101 | 111001 | 0 | 1000011 | 11100000 | 111111 | 10100 |
Color Harmonies of #132453
Complementary color
Monochromatic Colors of #132453
Black with #132453
Text Example
Text Example
White with #132453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132453; }
p { color: rgb(19,36,83); }
H1.HeaderClassName
{
color: #132453;
}
.AnyTagClassName
{
color: #132453;
}
</style>
background-color css
<style>
a { background-color: #132453; }
a { background-color: rgb(19,36,83); }
div.DivClassName
{
background-color: #132453;
}
.BgClassName
{
background-color: #132453;
}
</style>
border-color css
<style>
span { border-color: #132453; }
span { border-color: rgb(19,36,83); }
td.TdClassName
{
border-color: #132453;
}
.TagClassName
{
border-color: #132453;
}
</style>