Shades of Sapphire #03205B
Tints of Sapphire #03205B
RGB
CMYK
RGB Variations
Color information
#03205B (or 0x03205B) is known color: Sapphire. HEX triplet: 03, 20 and 5B. RGB value is (3,32,91). Sum of RGB (Red+Green+Blue) = 3+32+91=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #03205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03205B is #FCDFA4. Grayscale: #1D1D1D. Windows color (decimal): -16572325 or 5971971. OLE color: 5971971.
HSL color Cylindrical-coordinate representation of color #03205B: hue angle of 220.23º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03205B is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 32 | 91 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.64 |
| HSL | 220.23º | 0.94% | 0.18% | - |
| HSV(B) | 220.23º | 0.97% | 0.36% | - |
| XYZ | 2.44 | 1.81 | 10.12 | - |
| YUV | 30.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 91 | 0.97 | 0.65 | 0 | 0.64 | 220.23 | 0.94 | 0.18 |
| Hex | 3 | 20 | 5B | 61 | 41 | 0 | 40 | DC | 5E | 12 |
| Octal | 3 | 40 | 133 | 141 | 101 | 0 | 100 | 334 | 136 | 22 |
| Binary | 11 | 100000 | 1011011 | 1100001 | 1000001 | 0 | 1000000 | 11011100 | 1011110 | 10010 |
Color Harmonies of #03205B
Complementary color
Monochromatic Colors of #03205B
Black with #03205B
Text Example
Text Example
White with #03205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03205B; }
p { color: rgb(3,32,91); }
H1.HeaderClassName
{
color: #03205B;
}
.AnyTagClassName
{
color: #03205B;
}
</style>
background-color css
<style>
a { background-color: #03205B; }
a { background-color: rgb(3,32,91); }
div.DivClassName
{
background-color: #03205B;
}
.BgClassName
{
background-color: #03205B;
}
</style>
border-color css
<style>
span { border-color: #03205B; }
span { border-color: rgb(3,32,91); }
td.TdClassName
{
border-color: #03205B;
}
.TagClassName
{
border-color: #03205B;
}
</style>