Shades of Sapphire #03155B
Tints of Sapphire #03155B
RGB
CMYK
RGB Variations
Color information
#03155B (or 0x03155B) is known color: Sapphire. HEX triplet: 03, 15 and 5B. RGB value is (3,21,91). Sum of RGB (Red+Green+Blue) = 3+21+91=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #03155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155B is #FCEAA4. Grayscale: #171717. Windows color (decimal): -16575141 or 5969155. OLE color: 5969155.
HSL color Cylindrical-coordinate representation of color #03155B: hue angle of 227.73º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03155B is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 21 | 91 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.64 |
| HSL | 227.73º | 0.94% | 0.18% | - |
| HSV(B) | 227.73º | 0.97% | 0.36% | - |
| XYZ | 2.19 | 1.31 | 10.03 | - |
| YUV | 23.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 91 | 0.97 | 0.77 | 0 | 0.64 | 227.73 | 0.94 | 0.18 |
| Hex | 3 | 15 | 5B | 61 | 4D | 0 | 40 | E4 | 5E | 12 |
| Octal | 3 | 25 | 133 | 141 | 115 | 0 | 100 | 344 | 136 | 22 |
| Binary | 11 | 10101 | 1011011 | 1100001 | 1001101 | 0 | 1000000 | 11100100 | 1011110 | 10010 |
Color Harmonies of #03155B
Complementary color
Monochromatic Colors of #03155B
Black with #03155B
Text Example
Text Example
White with #03155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03155B; }
p { color: rgb(3,21,91); }
H1.HeaderClassName
{
color: #03155B;
}
.AnyTagClassName
{
color: #03155B;
}
</style>
background-color css
<style>
a { background-color: #03155B; }
a { background-color: rgb(3,21,91); }
div.DivClassName
{
background-color: #03155B;
}
.BgClassName
{
background-color: #03155B;
}
</style>
border-color css
<style>
span { border-color: #03155B; }
span { border-color: rgb(3,21,91); }
td.TdClassName
{
border-color: #03155B;
}
.TagClassName
{
border-color: #03155B;
}
</style>