Shades of Sapphire #03206B
Tints of Sapphire #03206B
RGB
CMYK
RGB Variations
Color information
#03206B (or 0x03206B) is known color: Sapphire. HEX triplet: 03, 20 and 6B. RGB value is (3,32,107). Sum of RGB (Red+Green+Blue) = 3+32+107=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #03206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03206B is #FCDF94. Grayscale: #1F1F1F. Windows color (decimal): -16572309 or 7020547. OLE color: 7020547.
HSL color Cylindrical-coordinate representation of color #03206B: hue angle of 223.27º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03206B is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 32 | 107 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.58 |
| HSL | 223.27º | 0.95% | 0.22% | - |
| HSV(B) | 223.27º | 0.97% | 0.42% | - |
| XYZ | 3.21 | 2.11 | 14.15 | - |
| YUV | 31.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 107 | 0.97 | 0.70 | 0 | 0.58 | 223.27 | 0.95 | 0.22 |
| Hex | 3 | 20 | 6B | 61 | 46 | 0 | 3A | DF | 5F | 16 |
| Octal | 3 | 40 | 153 | 141 | 106 | 0 | 72 | 337 | 137 | 26 |
| Binary | 11 | 100000 | 1101011 | 1100001 | 1000110 | 0 | 111010 | 11011111 | 1011111 | 10110 |
Color Harmonies of #03206B
Complementary color
Monochromatic Colors of #03206B
Black with #03206B
Text Example
Text Example
White with #03206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03206B; }
p { color: rgb(3,32,107); }
H1.HeaderClassName
{
color: #03206B;
}
.AnyTagClassName
{
color: #03206B;
}
</style>
background-color css
<style>
a { background-color: #03206B; }
a { background-color: rgb(3,32,107); }
div.DivClassName
{
background-color: #03206B;
}
.BgClassName
{
background-color: #03206B;
}
</style>
border-color css
<style>
span { border-color: #03206B; }
span { border-color: rgb(3,32,107); }
td.TdClassName
{
border-color: #03206B;
}
.TagClassName
{
border-color: #03206B;
}
</style>