Shades of Sapphire #03115C
Tints of Sapphire #03115C
RGB
CMYK
RGB Variations
Color information
#03115C (or 0x03115C) is known color: Sapphire. HEX triplet: 03, 11 and 5C. RGB value is (3,17,92). Sum of RGB (Red+Green+Blue) = 3+17+92=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #03115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115C is #FCEEA3. Grayscale: #151515. Windows color (decimal): -16576164 or 6033667. OLE color: 6033667.
HSL color Cylindrical-coordinate representation of color #03115C: hue angle of 230.56º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115C is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 17 | 92 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.64 |
| HSL | 230.56º | 0.94% | 0.19% | - |
| HSV(B) | 230.56º | 0.97% | 0.36% | - |
| XYZ | 2.17 | 1.19 | 10.24 | - |
| YUV | 21.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 92 | 0.97 | 0.82 | 0 | 0.64 | 230.56 | 0.94 | 0.19 |
| Hex | 3 | 11 | 5C | 61 | 52 | 0 | 40 | E7 | 5E | 13 |
| Octal | 3 | 21 | 134 | 141 | 122 | 0 | 100 | 347 | 136 | 23 |
| Binary | 11 | 10001 | 1011100 | 1100001 | 1010010 | 0 | 1000000 | 11100111 | 1011110 | 10011 |
Color Harmonies of #03115C
Complementary color
Monochromatic Colors of #03115C
Black with #03115C
Text Example
Text Example
White with #03115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03115C; }
p { color: rgb(3,17,92); }
H1.HeaderClassName
{
color: #03115C;
}
.AnyTagClassName
{
color: #03115C;
}
</style>
background-color css
<style>
a { background-color: #03115C; }
a { background-color: rgb(3,17,92); }
div.DivClassName
{
background-color: #03115C;
}
.BgClassName
{
background-color: #03115C;
}
</style>
border-color css
<style>
span { border-color: #03115C; }
span { border-color: rgb(3,17,92); }
td.TdClassName
{
border-color: #03115C;
}
.TagClassName
{
border-color: #03115C;
}
</style>