Shades of Sapphire #03176C
Tints of Sapphire #03176C
RGB
CMYK
RGB Variations
Color information
#03176C (or 0x03176C) is known color: Sapphire. HEX triplet: 03, 17 and 6C. RGB value is (3,23,108). Sum of RGB (Red+Green+Blue) = 3+23+108=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #03176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03176C is #FCE893. Grayscale: #1A1A1A. Windows color (decimal): -16574612 or 7083779. OLE color: 7083779.
HSL color Cylindrical-coordinate representation of color #03176C: hue angle of 228.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03176C is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 23 | 108 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.58 |
| HSL | 228.57º | 0.95% | 0.22% | - |
| HSV(B) | 228.57º | 0.97% | 0.42% | - |
| XYZ | 3.05 | 1.71 | 14.36 | - |
| YUV | 26.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 108 | 0.97 | 0.79 | 0 | 0.58 | 228.57 | 0.95 | 0.22 |
| Hex | 3 | 17 | 6C | 61 | 4F | 0 | 3A | E5 | 5F | 16 |
| Octal | 3 | 27 | 154 | 141 | 117 | 0 | 72 | 345 | 137 | 26 |
| Binary | 11 | 10111 | 1101100 | 1100001 | 1001111 | 0 | 111010 | 11100101 | 1011111 | 10110 |
Color Harmonies of #03176C
Complementary color
Monochromatic Colors of #03176C
Black with #03176C
Text Example
Text Example
White with #03176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03176C; }
p { color: rgb(3,23,108); }
H1.HeaderClassName
{
color: #03176C;
}
.AnyTagClassName
{
color: #03176C;
}
</style>
background-color css
<style>
a { background-color: #03176C; }
a { background-color: rgb(3,23,108); }
div.DivClassName
{
background-color: #03176C;
}
.BgClassName
{
background-color: #03176C;
}
</style>
border-color css
<style>
span { border-color: #03176C; }
span { border-color: rgb(3,23,108); }
td.TdClassName
{
border-color: #03176C;
}
.TagClassName
{
border-color: #03176C;
}
</style>