Shades of Sapphire #03104C
Tints of Sapphire #03104C
RGB
CMYK
RGB Variations
Color information
#03104C (or 0x03104C) is known color: Sapphire. HEX triplet: 03, 10 and 4C. RGB value is (3,16,76). Sum of RGB (Red+Green+Blue) = 3+16+76=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #03104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03104C is #FCEFB3. Grayscale: #121212. Windows color (decimal): -16576436 or 4984835. OLE color: 4984835.
HSL color Cylindrical-coordinate representation of color #03104C: hue angle of 229.32º 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 #03104C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 16 | 76 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.70 |
| HSL | 229.32º | 0.92% | 0.15% | - |
| HSV(B) | 229.32º | 0.96% | 0.3% | - |
| XYZ | 1.53 | 0.91 | 6.93 | - |
| YUV | 18.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 76 | 0.96 | 0.79 | 0 | 0.70 | 229.32 | 0.92 | 0.15 |
| Hex | 3 | 10 | 4C | 60 | 4F | 0 | 46 | E5 | 5C | F |
| Octal | 3 | 20 | 114 | 140 | 117 | 0 | 106 | 345 | 134 | 17 |
| Binary | 11 | 10000 | 1001100 | 1100000 | 1001111 | 0 | 1000110 | 11100101 | 1011100 | 1111 |
Color Harmonies of #03104C
Complementary color
Monochromatic Colors of #03104C
Black with #03104C
Text Example
Text Example
White with #03104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03104C; }
p { color: rgb(3,16,76); }
H1.HeaderClassName
{
color: #03104C;
}
.AnyTagClassName
{
color: #03104C;
}
</style>
background-color css
<style>
a { background-color: #03104C; }
a { background-color: rgb(3,16,76); }
div.DivClassName
{
background-color: #03104C;
}
.BgClassName
{
background-color: #03104C;
}
</style>
border-color css
<style>
span { border-color: #03104C; }
span { border-color: rgb(3,16,76); }
td.TdClassName
{
border-color: #03104C;
}
.TagClassName
{
border-color: #03104C;
}
</style>