Shades of Sapphire #03194D
Tints of Sapphire #03194D
RGB
CMYK
RGB Variations
Color information
#03194D (or 0x03194D) is known color: Sapphire. HEX triplet: 03, 19 and 4D. RGB value is (3,25,77). Sum of RGB (Red+Green+Blue) = 3+25+77=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #03194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03194D is #FCE6B2. Grayscale: #181818. Windows color (decimal): -16574131 or 5052675. OLE color: 5052675.
HSL color Cylindrical-coordinate representation of color #03194D: hue angle of 222.16º 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 #03194D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 25 | 77 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.70 |
| HSL | 222.16º | 0.93% | 0.16% | - |
| HSV(B) | 222.16º | 0.96% | 0.3% | - |
| XYZ | 1.72 | 1.25 | 7.17 | - |
| YUV | 24.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 77 | 0.96 | 0.68 | 0 | 0.70 | 222.16 | 0.93 | 0.16 |
| Hex | 3 | 19 | 4D | 60 | 44 | 0 | 46 | DE | 5C | 10 |
| Octal | 3 | 31 | 115 | 140 | 104 | 0 | 106 | 336 | 134 | 20 |
| Binary | 11 | 11001 | 1001101 | 1100000 | 1000100 | 0 | 1000110 | 11011110 | 1011100 | 10000 |
Color Harmonies of #03194D
Complementary color
Monochromatic Colors of #03194D
Black with #03194D
Text Example
Text Example
White with #03194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03194D; }
p { color: rgb(3,25,77); }
H1.HeaderClassName
{
color: #03194D;
}
.AnyTagClassName
{
color: #03194D;
}
</style>
background-color css
<style>
a { background-color: #03194D; }
a { background-color: rgb(3,25,77); }
div.DivClassName
{
background-color: #03194D;
}
.BgClassName
{
background-color: #03194D;
}
</style>
border-color css
<style>
span { border-color: #03194D; }
span { border-color: rgb(3,25,77); }
td.TdClassName
{
border-color: #03194D;
}
.TagClassName
{
border-color: #03194D;
}
</style>