Shades of Sapphire #03154D
Tints of Sapphire #03154D
RGB
CMYK
RGB Variations
Color information
#03154D (or 0x03154D) is known color: Sapphire. HEX triplet: 03, 15 and 4D. RGB value is (3,21,77). Sum of RGB (Red+Green+Blue) = 3+21+77=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #03154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03154D is #FCEAB2. Grayscale: #151515. Windows color (decimal): -16575155 or 5051651. OLE color: 5051651.
HSL color Cylindrical-coordinate representation of color #03154D: hue angle of 225.41º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03154D is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 21 | 77 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.70 |
| HSL | 225.41º | 0.93% | 0.16% | - |
| HSV(B) | 225.41º | 0.96% | 0.3% | - |
| XYZ | 1.65 | 1.09 | 7.15 | - |
| YUV | 22 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 77 | 0.96 | 0.73 | 0 | 0.70 | 225.41 | 0.93 | 0.16 |
| Hex | 3 | 15 | 4D | 60 | 49 | 0 | 46 | E1 | 5C | 10 |
| Octal | 3 | 25 | 115 | 140 | 111 | 0 | 106 | 341 | 134 | 20 |
| Binary | 11 | 10101 | 1001101 | 1100000 | 1001001 | 0 | 1000110 | 11100001 | 1011100 | 10000 |
Color Harmonies of #03154D
Complementary color
Monochromatic Colors of #03154D
Black with #03154D
Text Example
Text Example
White with #03154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03154D; }
p { color: rgb(3,21,77); }
H1.HeaderClassName
{
color: #03154D;
}
.AnyTagClassName
{
color: #03154D;
}
</style>
background-color css
<style>
a { background-color: #03154D; }
a { background-color: rgb(3,21,77); }
div.DivClassName
{
background-color: #03154D;
}
.BgClassName
{
background-color: #03154D;
}
</style>
border-color css
<style>
span { border-color: #03154D; }
span { border-color: rgb(3,21,77); }
td.TdClassName
{
border-color: #03154D;
}
.TagClassName
{
border-color: #03154D;
}
</style>