Shades of Sapphire #03154E
Tints of Sapphire #03154E
RGB
CMYK
RGB Variations
Color information
#03154E (or 0x03154E) is known color: Sapphire. HEX triplet: 03, 15 and 4E. RGB value is (3,21,78). Sum of RGB (Red+Green+Blue) = 3+21+78=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #03154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03154E is #FCEAB1. Grayscale: #151515. Windows color (decimal): -16575154 or 5117187. OLE color: 5117187.
HSL color Cylindrical-coordinate representation of color #03154E: hue angle of 225.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03154E is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 21 | 78 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.69 |
| HSL | 225.6º | 0.93% | 0.16% | - |
| HSV(B) | 225.6º | 0.96% | 0.31% | - |
| XYZ | 1.68 | 1.11 | 7.33 | - |
| YUV | 22.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 78 | 0.96 | 0.73 | 0 | 0.69 | 225.6 | 0.93 | 0.16 |
| Hex | 3 | 15 | 4E | 60 | 49 | 0 | 45 | E2 | 5D | 10 |
| Octal | 3 | 25 | 116 | 140 | 111 | 0 | 105 | 342 | 135 | 20 |
| Binary | 11 | 10101 | 1001110 | 1100000 | 1001001 | 0 | 1000101 | 11100010 | 1011101 | 10000 |
Color Harmonies of #03154E
Complementary color
Monochromatic Colors of #03154E
Black with #03154E
Text Example
Text Example
White with #03154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03154E; }
p { color: rgb(3,21,78); }
H1.HeaderClassName
{
color: #03154E;
}
.AnyTagClassName
{
color: #03154E;
}
</style>
background-color css
<style>
a { background-color: #03154E; }
a { background-color: rgb(3,21,78); }
div.DivClassName
{
background-color: #03154E;
}
.BgClassName
{
background-color: #03154E;
}
</style>
border-color css
<style>
span { border-color: #03154E; }
span { border-color: rgb(3,21,78); }
td.TdClassName
{
border-color: #03154E;
}
.TagClassName
{
border-color: #03154E;
}
</style>