Shades of Sapphire #030C4D
Tints of Sapphire #030C4D
RGB
CMYK
RGB Variations
Color information
#030C4D (or 0x030C4D) is known color: Sapphire. HEX triplet: 03, 0C and 4D. RGB value is (3,12,77). Sum of RGB (Red+Green+Blue) = 3+12+77=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #030C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C4D is #FCF3B2. Grayscale: #101010. Windows color (decimal): -16577459 or 5049347. OLE color: 5049347.
HSL color Cylindrical-coordinate representation of color #030C4D: hue angle of 232.7º 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 #030C4D is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 12 | 77 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.70 |
| HSL | 232.7º | 0.93% | 0.16% | - |
| HSV(B) | 232.7º | 0.96% | 0.3% | - |
| XYZ | 1.51 | 0.82 | 7.1 | - |
| YUV | 16.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 77 | 0.96 | 0.84 | 0 | 0.70 | 232.7 | 0.93 | 0.16 |
| Hex | 3 | C | 4D | 60 | 54 | 0 | 46 | E9 | 5C | 10 |
| Octal | 3 | 14 | 115 | 140 | 124 | 0 | 106 | 351 | 134 | 20 |
| Binary | 11 | 1100 | 1001101 | 1100000 | 1010100 | 0 | 1000110 | 11101001 | 1011100 | 10000 |
Color Harmonies of #030C4D
Complementary color
Monochromatic Colors of #030C4D
Black with #030C4D
Text Example
Text Example
White with #030C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C4D; }
p { color: rgb(3,12,77); }
H1.HeaderClassName
{
color: #030C4D;
}
.AnyTagClassName
{
color: #030C4D;
}
</style>
background-color css
<style>
a { background-color: #030C4D; }
a { background-color: rgb(3,12,77); }
div.DivClassName
{
background-color: #030C4D;
}
.BgClassName
{
background-color: #030C4D;
}
</style>
border-color css
<style>
span { border-color: #030C4D; }
span { border-color: rgb(3,12,77); }
td.TdClassName
{
border-color: #030C4D;
}
.TagClassName
{
border-color: #030C4D;
}
</style>