Shades of Sapphire #032053
Tints of Sapphire #032053
RGB
CMYK
RGB Variations
Color information
#032053 (or 0x032053) is known color: Sapphire. HEX triplet: 03, 20 and 53. RGB value is (3,32,83). Sum of RGB (Red+Green+Blue) = 3+32+83=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #032053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032053 is #FCDFAC. Grayscale: #1C1C1C. Windows color (decimal): -16572333 or 5447683. OLE color: 5447683.
HSL color Cylindrical-coordinate representation of color #032053: hue angle of 218.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032053 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 32 | 83 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.67 |
| HSL | 218.25º | 0.93% | 0.17% | - |
| HSV(B) | 218.25º | 0.96% | 0.33% | - |
| XYZ | 2.12 | 1.68 | 8.4 | - |
| YUV | 29.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 83 | 0.96 | 0.61 | 0 | 0.67 | 218.25 | 0.93 | 0.17 |
| Hex | 3 | 20 | 53 | 60 | 3D | 0 | 43 | DA | 5D | 11 |
| Octal | 3 | 40 | 123 | 140 | 75 | 0 | 103 | 332 | 135 | 21 |
| Binary | 11 | 100000 | 1010011 | 1100000 | 111101 | 0 | 1000011 | 11011010 | 1011101 | 10001 |
Color Harmonies of #032053
Complementary color
Monochromatic Colors of #032053
Black with #032053
Text Example
Text Example
White with #032053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032053; }
p { color: rgb(3,32,83); }
H1.HeaderClassName
{
color: #032053;
}
.AnyTagClassName
{
color: #032053;
}
</style>
background-color css
<style>
a { background-color: #032053; }
a { background-color: rgb(3,32,83); }
div.DivClassName
{
background-color: #032053;
}
.BgClassName
{
background-color: #032053;
}
</style>
border-color css
<style>
span { border-color: #032053; }
span { border-color: rgb(3,32,83); }
td.TdClassName
{
border-color: #032053;
}
.TagClassName
{
border-color: #032053;
}
</style>