Shades of Sapphire #03104D
Tints of Sapphire #03104D
RGB
CMYK
RGB Variations
Color information
#03104D (or 0x03104D) is known color: Sapphire. HEX triplet: 03, 10 and 4D. RGB value is (3,16,77). Sum of RGB (Red+Green+Blue) = 3+16+77=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #03104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03104D is #FCEFB2. Grayscale: #121212. Windows color (decimal): -16576435 or 5050371. OLE color: 5050371.
HSL color Cylindrical-coordinate representation of color #03104D: hue angle of 229.46º 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 #03104D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 16 | 77 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.70 |
| HSL | 229.46º | 0.93% | 0.16% | - |
| HSV(B) | 229.46º | 0.96% | 0.3% | - |
| XYZ | 1.56 | 0.93 | 7.12 | - |
| YUV | 19.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 77 | 0.96 | 0.79 | 0 | 0.70 | 229.46 | 0.93 | 0.16 |
| Hex | 3 | 10 | 4D | 60 | 4F | 0 | 46 | E5 | 5C | 10 |
| Octal | 3 | 20 | 115 | 140 | 117 | 0 | 106 | 345 | 134 | 20 |
| Binary | 11 | 10000 | 1001101 | 1100000 | 1001111 | 0 | 1000110 | 11100101 | 1011100 | 10000 |
Color Harmonies of #03104D
Complementary color
Monochromatic Colors of #03104D
Black with #03104D
Text Example
Text Example
White with #03104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03104D; }
p { color: rgb(3,16,77); }
H1.HeaderClassName
{
color: #03104D;
}
.AnyTagClassName
{
color: #03104D;
}
</style>
background-color css
<style>
a { background-color: #03104D; }
a { background-color: rgb(3,16,77); }
div.DivClassName
{
background-color: #03104D;
}
.BgClassName
{
background-color: #03104D;
}
</style>
border-color css
<style>
span { border-color: #03104D; }
span { border-color: rgb(3,16,77); }
td.TdClassName
{
border-color: #03104D;
}
.TagClassName
{
border-color: #03104D;
}
</style>