Shades of Sapphire #030C51
Tints of Sapphire #030C51
RGB
CMYK
RGB Variations
Color information
#030C51 (or 0x030C51) is known color: Sapphire. HEX triplet: 03, 0C and 51. RGB value is (3,12,81). Sum of RGB (Red+Green+Blue) = 3+12+81=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 81 (32.03% from 255 or 84.38% from 96); Max value from RGB is 81 - color contains mainly: blue. Hex color #030C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C51 is #FCF3AE. Grayscale: #101010. Windows color (decimal): -16577455 or 5311491. OLE color: 5311491.
HSL color Cylindrical-coordinate representation of color #030C51: hue angle of 233.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030C51 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 12 | 81 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.68 |
| HSL | 233.08º | 0.93% | 0.16% | - |
| HSV(B) | 233.08º | 0.96% | 0.32% | - |
| XYZ | 1.65 | 0.88 | 7.87 | - |
| YUV | 17.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 81 | 0.96 | 0.85 | 0 | 0.68 | 233.08 | 0.93 | 0.16 |
| Hex | 3 | C | 51 | 60 | 55 | 0 | 44 | E9 | 5D | 10 |
| Octal | 3 | 14 | 121 | 140 | 125 | 0 | 104 | 351 | 135 | 20 |
| Binary | 11 | 1100 | 1010001 | 1100000 | 1010101 | 0 | 1000100 | 11101001 | 1011101 | 10000 |
Color Harmonies of #030C51
Complementary color
Monochromatic Colors of #030C51
Black with #030C51
Text Example
Text Example
White with #030C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C51; }
p { color: rgb(3,12,81); }
H1.HeaderClassName
{
color: #030C51;
}
.AnyTagClassName
{
color: #030C51;
}
</style>
background-color css
<style>
a { background-color: #030C51; }
a { background-color: rgb(3,12,81); }
div.DivClassName
{
background-color: #030C51;
}
.BgClassName
{
background-color: #030C51;
}
</style>
border-color css
<style>
span { border-color: #030C51; }
span { border-color: rgb(3,12,81); }
td.TdClassName
{
border-color: #030C51;
}
.TagClassName
{
border-color: #030C51;
}
</style>