Shades of Sapphire #03207B
Tints of Sapphire #03207B
RGB
CMYK
RGB Variations
Color information
#03207B (or 0x03207B) is known color: Sapphire. HEX triplet: 03, 20 and 7B. RGB value is (3,32,123). Sum of RGB (Red+Green+Blue) = 3+32+123=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #03207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03207B is #FCDF84. Grayscale: #212121. Windows color (decimal): -16572293 or 8069123. OLE color: 8069123.
HSL color Cylindrical-coordinate representation of color #03207B: hue angle of 225.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03207B is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 32 | 123 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.52 |
| HSL | 225.5º | 0.95% | 0.25% | - |
| HSV(B) | 225.5º | 0.98% | 0.48% | - |
| XYZ | 4.13 | 2.48 | 19 | - |
| YUV | 33.7 | 178.39 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 123 | 0.98 | 0.74 | 0 | 0.52 | 225.5 | 0.95 | 0.25 |
| Hex | 3 | 20 | 7B | 62 | 4A | 0 | 34 | E2 | 5F | 19 |
| Octal | 3 | 40 | 173 | 142 | 112 | 0 | 64 | 342 | 137 | 31 |
| Binary | 11 | 100000 | 1111011 | 1100010 | 1001010 | 0 | 110100 | 11100010 | 1011111 | 11001 |
Color Harmonies of #03207B
Complementary color
Monochromatic Colors of #03207B
Black with #03207B
Text Example
Text Example
White with #03207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03207B; }
p { color: rgb(3,32,123); }
H1.HeaderClassName
{
color: #03207B;
}
.AnyTagClassName
{
color: #03207B;
}
</style>
background-color css
<style>
a { background-color: #03207B; }
a { background-color: rgb(3,32,123); }
div.DivClassName
{
background-color: #03207B;
}
.BgClassName
{
background-color: #03207B;
}
</style>
border-color css
<style>
span { border-color: #03207B; }
span { border-color: rgb(3,32,123); }
td.TdClassName
{
border-color: #03207B;
}
.TagClassName
{
border-color: #03207B;
}
</style>