Shades of Sapphire #03174C
Tints of Sapphire #03174C
RGB
CMYK
RGB Variations
Color information
#03174C (or 0x03174C) is known color: Sapphire. HEX triplet: 03, 17 and 4C. RGB value is (3,23,76). Sum of RGB (Red+Green+Blue) = 3+23+76=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #03174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03174C is #FCE8B3. Grayscale: #161616. Windows color (decimal): -16574644 or 4986627. OLE color: 4986627.
HSL color Cylindrical-coordinate representation of color #03174C: hue angle of 223.56º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03174C is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 23 | 76 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.70 |
| HSL | 223.56º | 0.92% | 0.15% | - |
| HSV(B) | 223.56º | 0.96% | 0.3% | - |
| XYZ | 1.65 | 1.15 | 6.97 | - |
| YUV | 23.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 76 | 0.96 | 0.70 | 0 | 0.70 | 223.56 | 0.92 | 0.15 |
| Hex | 3 | 17 | 4C | 60 | 46 | 0 | 46 | E0 | 5C | F |
| Octal | 3 | 27 | 114 | 140 | 106 | 0 | 106 | 340 | 134 | 17 |
| Binary | 11 | 10111 | 1001100 | 1100000 | 1000110 | 0 | 1000110 | 11100000 | 1011100 | 1111 |
Color Harmonies of #03174C
Complementary color
Monochromatic Colors of #03174C
Black with #03174C
Text Example
Text Example
White with #03174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03174C; }
p { color: rgb(3,23,76); }
H1.HeaderClassName
{
color: #03174C;
}
.AnyTagClassName
{
color: #03174C;
}
</style>
background-color css
<style>
a { background-color: #03174C; }
a { background-color: rgb(3,23,76); }
div.DivClassName
{
background-color: #03174C;
}
.BgClassName
{
background-color: #03174C;
}
</style>
border-color css
<style>
span { border-color: #03174C; }
span { border-color: rgb(3,23,76); }
td.TdClassName
{
border-color: #03174C;
}
.TagClassName
{
border-color: #03174C;
}
</style>