Shades of Sapphire #03115A
Tints of Sapphire #03115A
RGB
CMYK
RGB Variations
Color information
#03115A (or 0x03115A) is known color: Sapphire. HEX triplet: 03, 11 and 5A. RGB value is (3,17,90). Sum of RGB (Red+Green+Blue) = 3+17+90=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #03115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115A is #FCEEA5. Grayscale: #141414. Windows color (decimal): -16576166 or 5902595. OLE color: 5902595.
HSL color Cylindrical-coordinate representation of color #03115A: hue angle of 230.34º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 17 | 90 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.65 |
| HSL | 230.34º | 0.94% | 0.18% | - |
| HSV(B) | 230.34º | 0.97% | 0.35% | - |
| XYZ | 2.08 | 1.16 | 9.79 | - |
| YUV | 21.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 90 | 0.97 | 0.81 | 0 | 0.65 | 230.34 | 0.94 | 0.18 |
| Hex | 3 | 11 | 5A | 61 | 51 | 0 | 41 | E6 | 5E | 12 |
| Octal | 3 | 21 | 132 | 141 | 121 | 0 | 101 | 346 | 136 | 22 |
| Binary | 11 | 10001 | 1011010 | 1100001 | 1010001 | 0 | 1000001 | 11100110 | 1011110 | 10010 |
Color Harmonies of #03115A
Complementary color
Monochromatic Colors of #03115A
Black with #03115A
Text Example
Text Example
White with #03115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03115A; }
p { color: rgb(3,17,90); }
H1.HeaderClassName
{
color: #03115A;
}
.AnyTagClassName
{
color: #03115A;
}
</style>
background-color css
<style>
a { background-color: #03115A; }
a { background-color: rgb(3,17,90); }
div.DivClassName
{
background-color: #03115A;
}
.BgClassName
{
background-color: #03115A;
}
</style>
border-color css
<style>
span { border-color: #03115A; }
span { border-color: rgb(3,17,90); }
td.TdClassName
{
border-color: #03115A;
}
.TagClassName
{
border-color: #03115A;
}
</style>