Shades of Sapphire #03114E
Tints of Sapphire #03114E
RGB
CMYK
RGB Variations
Color information
#03114E (or 0x03114E) is known color: Sapphire. HEX triplet: 03, 11 and 4E. RGB value is (3,17,78). Sum of RGB (Red+Green+Blue) = 3+17+78=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #03114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03114E is #FCEEB1. Grayscale: #131313. Windows color (decimal): -16576178 or 5116163. OLE color: 5116163.
HSL color Cylindrical-coordinate representation of color #03114E: hue angle of 228.8º 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 #03114E is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 17 | 78 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.69 |
| HSL | 228.8º | 0.93% | 0.16% | - |
| HSV(B) | 228.8º | 0.96% | 0.31% | - |
| XYZ | 1.61 | 0.97 | 7.31 | - |
| YUV | 19.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 78 | 0.96 | 0.78 | 0 | 0.69 | 228.8 | 0.93 | 0.16 |
| Hex | 3 | 11 | 4E | 60 | 4E | 0 | 45 | E5 | 5D | 10 |
| Octal | 3 | 21 | 116 | 140 | 116 | 0 | 105 | 345 | 135 | 20 |
| Binary | 11 | 10001 | 1001110 | 1100000 | 1001110 | 0 | 1000101 | 11100101 | 1011101 | 10000 |
Color Harmonies of #03114E
Complementary color
Monochromatic Colors of #03114E
Black with #03114E
Text Example
Text Example
White with #03114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03114E; }
p { color: rgb(3,17,78); }
H1.HeaderClassName
{
color: #03114E;
}
.AnyTagClassName
{
color: #03114E;
}
</style>
background-color css
<style>
a { background-color: #03114E; }
a { background-color: rgb(3,17,78); }
div.DivClassName
{
background-color: #03114E;
}
.BgClassName
{
background-color: #03114E;
}
</style>
border-color css
<style>
span { border-color: #03114E; }
span { border-color: rgb(3,17,78); }
td.TdClassName
{
border-color: #03114E;
}
.TagClassName
{
border-color: #03114E;
}
</style>