Shades of Sapphire #03144F
Tints of Sapphire #03144F
RGB
CMYK
RGB Variations
Color information
#03144F (or 0x03144F) is known color: Sapphire. HEX triplet: 03, 14 and 4F. RGB value is (3,20,79). Sum of RGB (Red+Green+Blue) = 3+20+79=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #03144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03144F is #FCEBB0. Grayscale: #151515. Windows color (decimal): -16575409 or 5182467. OLE color: 5182467.
HSL color Cylindrical-coordinate representation of color #03144F: hue angle of 226.58º 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 #03144F is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 20 | 79 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.69 |
| HSL | 226.58º | 0.93% | 0.16% | - |
| HSV(B) | 226.58º | 0.96% | 0.31% | - |
| XYZ | 1.7 | 1.08 | 7.52 | - |
| YUV | 21.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 79 | 0.96 | 0.75 | 0 | 0.69 | 226.58 | 0.93 | 0.16 |
| Hex | 3 | 14 | 4F | 60 | 4B | 0 | 45 | E3 | 5D | 10 |
| Octal | 3 | 24 | 117 | 140 | 113 | 0 | 105 | 343 | 135 | 20 |
| Binary | 11 | 10100 | 1001111 | 1100000 | 1001011 | 0 | 1000101 | 11100011 | 1011101 | 10000 |
Color Harmonies of #03144F
Complementary color
Monochromatic Colors of #03144F
Black with #03144F
Text Example
Text Example
White with #03144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03144F; }
p { color: rgb(3,20,79); }
H1.HeaderClassName
{
color: #03144F;
}
.AnyTagClassName
{
color: #03144F;
}
</style>
background-color css
<style>
a { background-color: #03144F; }
a { background-color: rgb(3,20,79); }
div.DivClassName
{
background-color: #03144F;
}
.BgClassName
{
background-color: #03144F;
}
</style>
border-color css
<style>
span { border-color: #03144F; }
span { border-color: rgb(3,20,79); }
td.TdClassName
{
border-color: #03144F;
}
.TagClassName
{
border-color: #03144F;
}
</style>