Shades of Sapphire #03247A
Tints of Sapphire #03247A
RGB
CMYK
RGB Variations
Color information
#03247A (or 0x03247A) is known color: Sapphire. HEX triplet: 03, 24 and 7A. RGB value is (3,36,122). Sum of RGB (Red+Green+Blue) = 3+36+122=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #03247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03247A is #FCDB85. Grayscale: #232323. Windows color (decimal): -16571270 or 8004611. OLE color: 8004611.
HSL color Cylindrical-coordinate representation of color #03247A: hue angle of 223.36º 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 #03247A is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 36 | 122 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.52 |
| HSL | 223.36º | 0.95% | 0.25% | - |
| HSV(B) | 223.36º | 0.98% | 0.48% | - |
| XYZ | 4.18 | 2.69 | 18.71 | - |
| YUV | 35.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 122 | 0.98 | 0.70 | 0 | 0.52 | 223.36 | 0.95 | 0.25 |
| Hex | 3 | 24 | 7A | 62 | 46 | 0 | 34 | DF | 5F | 19 |
| Octal | 3 | 44 | 172 | 142 | 106 | 0 | 64 | 337 | 137 | 31 |
| Binary | 11 | 100100 | 1111010 | 1100010 | 1000110 | 0 | 110100 | 11011111 | 1011111 | 11001 |
Color Harmonies of #03247A
Complementary color
Monochromatic Colors of #03247A
Black with #03247A
Text Example
Text Example
White with #03247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03247A; }
p { color: rgb(3,36,122); }
H1.HeaderClassName
{
color: #03247A;
}
.AnyTagClassName
{
color: #03247A;
}
</style>
background-color css
<style>
a { background-color: #03247A; }
a { background-color: rgb(3,36,122); }
div.DivClassName
{
background-color: #03247A;
}
.BgClassName
{
background-color: #03247A;
}
</style>
border-color css
<style>
span { border-color: #03247A; }
span { border-color: rgb(3,36,122); }
td.TdClassName
{
border-color: #03247A;
}
.TagClassName
{
border-color: #03247A;
}
</style>