Shades of Sapphire #030F4C
Tints of Sapphire #030F4C
RGB
CMYK
RGB Variations
Color information
#030F4C (or 0x030F4C) is known color: Sapphire. HEX triplet: 03, 0F and 4C. RGB value is (3,15,76). Sum of RGB (Red+Green+Blue) = 3+15+76=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #030F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F4C is #FCF0B3. Grayscale: #121212. Windows color (decimal): -16576692 or 4984579. OLE color: 4984579.
HSL color Cylindrical-coordinate representation of color #030F4C: hue angle of 230.14º 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 #030F4C is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 15 | 76 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.70 |
| HSL | 230.14º | 0.92% | 0.15% | - |
| HSV(B) | 230.14º | 0.96% | 0.3% | - |
| XYZ | 1.51 | 0.88 | 6.93 | - |
| YUV | 18.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 76 | 0.96 | 0.80 | 0 | 0.70 | 230.14 | 0.92 | 0.15 |
| Hex | 3 | F | 4C | 60 | 50 | 0 | 46 | E6 | 5C | F |
| Octal | 3 | 17 | 114 | 140 | 120 | 0 | 106 | 346 | 134 | 17 |
| Binary | 11 | 1111 | 1001100 | 1100000 | 1010000 | 0 | 1000110 | 11100110 | 1011100 | 1111 |
Color Harmonies of #030F4C
Complementary color
Monochromatic Colors of #030F4C
Black with #030F4C
Text Example
Text Example
White with #030F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F4C; }
p { color: rgb(3,15,76); }
H1.HeaderClassName
{
color: #030F4C;
}
.AnyTagClassName
{
color: #030F4C;
}
</style>
background-color css
<style>
a { background-color: #030F4C; }
a { background-color: rgb(3,15,76); }
div.DivClassName
{
background-color: #030F4C;
}
.BgClassName
{
background-color: #030F4C;
}
</style>
border-color css
<style>
span { border-color: #030F4C; }
span { border-color: rgb(3,15,76); }
td.TdClassName
{
border-color: #030F4C;
}
.TagClassName
{
border-color: #030F4C;
}
</style>