Shades of Sapphire #03146A
Tints of Sapphire #03146A
RGB
CMYK
RGB Variations
Color information
#03146A (or 0x03146A) is known color: Sapphire. HEX triplet: 03, 14 and 6A. RGB value is (3,20,106). Sum of RGB (Red+Green+Blue) = 3+20+106=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 106 (41.80% from 255 or 82.17% from 129); Max value from RGB is 106 - color contains mainly: blue. Hex color #03146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03146A is #FCEB95. Grayscale: #181818. Windows color (decimal): -16575382 or 6951939. OLE color: 6951939.
HSL color Cylindrical-coordinate representation of color #03146A: hue angle of 230.1º 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 #03146A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 20 | 106 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.58 |
| HSL | 230.1º | 0.94% | 0.21% | - |
| HSV(B) | 230.1º | 0.97% | 0.42% | - |
| XYZ | 2.89 | 1.56 | 13.78 | - |
| YUV | 24.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 106 | 0.97 | 0.81 | 0 | 0.58 | 230.1 | 0.94 | 0.21 |
| Hex | 3 | 14 | 6A | 61 | 51 | 0 | 3A | E6 | 5E | 15 |
| Octal | 3 | 24 | 152 | 141 | 121 | 0 | 72 | 346 | 136 | 25 |
| Binary | 11 | 10100 | 1101010 | 1100001 | 1010001 | 0 | 111010 | 11100110 | 1011110 | 10101 |
Color Harmonies of #03146A
Complementary color
Monochromatic Colors of #03146A
Black with #03146A
Text Example
Text Example
White with #03146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03146A; }
p { color: rgb(3,20,106); }
H1.HeaderClassName
{
color: #03146A;
}
.AnyTagClassName
{
color: #03146A;
}
</style>
background-color css
<style>
a { background-color: #03146A; }
a { background-color: rgb(3,20,106); }
div.DivClassName
{
background-color: #03146A;
}
.BgClassName
{
background-color: #03146A;
}
</style>
border-color css
<style>
span { border-color: #03146A; }
span { border-color: rgb(3,20,106); }
td.TdClassName
{
border-color: #03146A;
}
.TagClassName
{
border-color: #03146A;
}
</style>