Shades of Sapphire #03166D
Tints of Sapphire #03166D
RGB
CMYK
RGB Variations
Color information
#03166D (or 0x03166D) is known color: Sapphire. HEX triplet: 03, 16 and 6D. RGB value is (3,22,109). Sum of RGB (Red+Green+Blue) = 3+22+109=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #03166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03166D is #FCE992. Grayscale: #191919. Windows color (decimal): -16574867 or 7149059. OLE color: 7149059.
HSL color Cylindrical-coordinate representation of color #03166D: hue angle of 229.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03166D is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 22 | 109 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.57 |
| HSL | 229.25º | 0.95% | 0.22% | - |
| HSV(B) | 229.25º | 0.97% | 0.43% | - |
| XYZ | 3.08 | 1.7 | 14.63 | - |
| YUV | 26.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 109 | 0.97 | 0.80 | 0 | 0.57 | 229.25 | 0.95 | 0.22 |
| Hex | 3 | 16 | 6D | 61 | 50 | 0 | 39 | E5 | 5F | 16 |
| Octal | 3 | 26 | 155 | 141 | 120 | 0 | 71 | 345 | 137 | 26 |
| Binary | 11 | 10110 | 1101101 | 1100001 | 1010000 | 0 | 111001 | 11100101 | 1011111 | 10110 |
Color Harmonies of #03166D
Complementary color
Monochromatic Colors of #03166D
Black with #03166D
Text Example
Text Example
White with #03166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03166D; }
p { color: rgb(3,22,109); }
H1.HeaderClassName
{
color: #03166D;
}
.AnyTagClassName
{
color: #03166D;
}
</style>
background-color css
<style>
a { background-color: #03166D; }
a { background-color: rgb(3,22,109); }
div.DivClassName
{
background-color: #03166D;
}
.BgClassName
{
background-color: #03166D;
}
</style>
border-color css
<style>
span { border-color: #03166D; }
span { border-color: rgb(3,22,109); }
td.TdClassName
{
border-color: #03166D;
}
.TagClassName
{
border-color: #03166D;
}
</style>