Shades of Sapphire #030C4F
Tints of Sapphire #030C4F
RGB
CMYK
RGB Variations
Color information
#030C4F (or 0x030C4F) is known color: Sapphire. HEX triplet: 03, 0C and 4F. RGB value is (3,12,79). Sum of RGB (Red+Green+Blue) = 3+12+79=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #030C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C4F is #FCF3B0. Grayscale: #101010. Windows color (decimal): -16577457 or 5180419. OLE color: 5180419.
HSL color Cylindrical-coordinate representation of color #030C4F: hue angle of 232.89º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030C4F is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 12 | 79 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.69 |
| HSL | 232.89º | 0.93% | 0.16% | - |
| HSV(B) | 232.89º | 0.96% | 0.31% | - |
| XYZ | 1.58 | 0.85 | 7.48 | - |
| YUV | 16.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 79 | 0.96 | 0.85 | 0 | 0.69 | 232.89 | 0.93 | 0.16 |
| Hex | 3 | C | 4F | 60 | 55 | 0 | 45 | E9 | 5D | 10 |
| Octal | 3 | 14 | 117 | 140 | 125 | 0 | 105 | 351 | 135 | 20 |
| Binary | 11 | 1100 | 1001111 | 1100000 | 1010101 | 0 | 1000101 | 11101001 | 1011101 | 10000 |
Color Harmonies of #030C4F
Complementary color
Monochromatic Colors of #030C4F
Black with #030C4F
Text Example
Text Example
White with #030C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C4F; }
p { color: rgb(3,12,79); }
H1.HeaderClassName
{
color: #030C4F;
}
.AnyTagClassName
{
color: #030C4F;
}
</style>
background-color css
<style>
a { background-color: #030C4F; }
a { background-color: rgb(3,12,79); }
div.DivClassName
{
background-color: #030C4F;
}
.BgClassName
{
background-color: #030C4F;
}
</style>
border-color css
<style>
span { border-color: #030C4F; }
span { border-color: rgb(3,12,79); }
td.TdClassName
{
border-color: #030C4F;
}
.TagClassName
{
border-color: #030C4F;
}
</style>