Shades of Sapphire #03126A
Tints of Sapphire #03126A
RGB
CMYK
RGB Variations
Color information
#03126A (or 0x03126A) is known color: Sapphire. HEX triplet: 03, 12 and 6A. RGB value is (3,18,106). Sum of RGB (Red+Green+Blue) = 3+18+106=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 106 (41.80% from 255 or 83.46% from 127); Max value from RGB is 106 - color contains mainly: blue. Hex color #03126A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03126A is #FCED95. Grayscale: #171717. Windows color (decimal): -16575894 or 6951427. OLE color: 6951427.
HSL color Cylindrical-coordinate representation of color #03126A: hue angle of 231.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03126A is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 18 | 106 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.58 |
| HSL | 231.26º | 0.94% | 0.21% | - |
| HSV(B) | 231.26º | 0.97% | 0.42% | - |
| XYZ | 2.86 | 1.49 | 13.77 | - |
| YUV | 23.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 106 | 0.97 | 0.83 | 0 | 0.58 | 231.26 | 0.94 | 0.21 |
| Hex | 3 | 12 | 6A | 61 | 53 | 0 | 3A | E7 | 5E | 15 |
| Octal | 3 | 22 | 152 | 141 | 123 | 0 | 72 | 347 | 136 | 25 |
| Binary | 11 | 10010 | 1101010 | 1100001 | 1010011 | 0 | 111010 | 11100111 | 1011110 | 10101 |
Color Harmonies of #03126A
Complementary color
Monochromatic Colors of #03126A
Black with #03126A
Text Example
Text Example
White with #03126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03126A; }
p { color: rgb(3,18,106); }
H1.HeaderClassName
{
color: #03126A;
}
.AnyTagClassName
{
color: #03126A;
}
</style>
background-color css
<style>
a { background-color: #03126A; }
a { background-color: rgb(3,18,106); }
div.DivClassName
{
background-color: #03126A;
}
.BgClassName
{
background-color: #03126A;
}
</style>
border-color css
<style>
span { border-color: #03126A; }
span { border-color: rgb(3,18,106); }
td.TdClassName
{
border-color: #03126A;
}
.TagClassName
{
border-color: #03126A;
}
</style>