Shades of Sapphire #03174D
Tints of Sapphire #03174D
RGB
CMYK
RGB Variations
Color information
#03174D (or 0x03174D) is known color: Sapphire. HEX triplet: 03, 17 and 4D. RGB value is (3,23,77). Sum of RGB (Red+Green+Blue) = 3+23+77=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #03174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03174D is #FCE8B2. Grayscale: #161616. Windows color (decimal): -16574643 or 5052163. OLE color: 5052163.
HSL color Cylindrical-coordinate representation of color #03174D: hue angle of 223.78º 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 #03174D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 23 | 77 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.70 |
| HSL | 223.78º | 0.93% | 0.16% | - |
| HSV(B) | 223.78º | 0.96% | 0.3% | - |
| XYZ | 1.68 | 1.17 | 7.16 | - |
| YUV | 23.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 77 | 0.96 | 0.70 | 0 | 0.70 | 223.78 | 0.93 | 0.16 |
| Hex | 3 | 17 | 4D | 60 | 46 | 0 | 46 | E0 | 5C | 10 |
| Octal | 3 | 27 | 115 | 140 | 106 | 0 | 106 | 340 | 134 | 20 |
| Binary | 11 | 10111 | 1001101 | 1100000 | 1000110 | 0 | 1000110 | 11100000 | 1011100 | 10000 |
Color Harmonies of #03174D
Complementary color
Monochromatic Colors of #03174D
Black with #03174D
Text Example
Text Example
White with #03174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03174D; }
p { color: rgb(3,23,77); }
H1.HeaderClassName
{
color: #03174D;
}
.AnyTagClassName
{
color: #03174D;
}
</style>
background-color css
<style>
a { background-color: #03174D; }
a { background-color: rgb(3,23,77); }
div.DivClassName
{
background-color: #03174D;
}
.BgClassName
{
background-color: #03174D;
}
</style>
border-color css
<style>
span { border-color: #03174D; }
span { border-color: rgb(3,23,77); }
td.TdClassName
{
border-color: #03174D;
}
.TagClassName
{
border-color: #03174D;
}
</style>