Shades of Sapphire #03155C
Tints of Sapphire #03155C
RGB
CMYK
RGB Variations
Color information
#03155C (or 0x03155C) is known color: Sapphire. HEX triplet: 03, 15 and 5C. RGB value is (3,21,92). Sum of RGB (Red+Green+Blue) = 3+21+92=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #03155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155C is #FCEAA3. Grayscale: #171717. Windows color (decimal): -16575140 or 6034691. OLE color: 6034691.
HSL color Cylindrical-coordinate representation of color #03155C: hue angle of 227.87º 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 #03155C is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 21 | 92 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.64 |
| HSL | 227.87º | 0.94% | 0.19% | - |
| HSV(B) | 227.87º | 0.97% | 0.36% | - |
| XYZ | 2.24 | 1.33 | 10.26 | - |
| YUV | 23.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 92 | 0.97 | 0.77 | 0 | 0.64 | 227.87 | 0.94 | 0.19 |
| Hex | 3 | 15 | 5C | 61 | 4D | 0 | 40 | E4 | 5E | 13 |
| Octal | 3 | 25 | 134 | 141 | 115 | 0 | 100 | 344 | 136 | 23 |
| Binary | 11 | 10101 | 1011100 | 1100001 | 1001101 | 0 | 1000000 | 11100100 | 1011110 | 10011 |
Color Harmonies of #03155C
Complementary color
Monochromatic Colors of #03155C
Black with #03155C
Text Example
Text Example
White with #03155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03155C; }
p { color: rgb(3,21,92); }
H1.HeaderClassName
{
color: #03155C;
}
.AnyTagClassName
{
color: #03155C;
}
</style>
background-color css
<style>
a { background-color: #03155C; }
a { background-color: rgb(3,21,92); }
div.DivClassName
{
background-color: #03155C;
}
.BgClassName
{
background-color: #03155C;
}
</style>
border-color css
<style>
span { border-color: #03155C; }
span { border-color: rgb(3,21,92); }
td.TdClassName
{
border-color: #03155C;
}
.TagClassName
{
border-color: #03155C;
}
</style>