Shades of Sapphire #030C56
Tints of Sapphire #030C56
RGB
CMYK
RGB Variations
Color information
#030C56 (or 0x030C56) is known color: Sapphire. HEX triplet: 03, 0C and 56. RGB value is (3,12,86). Sum of RGB (Red+Green+Blue) = 3+12+86=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #030C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C56 is #FCF3A9. Grayscale: #111111. Windows color (decimal): -16577450 or 5639171. OLE color: 5639171.
HSL color Cylindrical-coordinate representation of color #030C56: hue angle of 233.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C56 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 12 | 86 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.66 |
| HSL | 233.49º | 0.93% | 0.17% | - |
| HSV(B) | 233.49º | 0.97% | 0.34% | - |
| XYZ | 1.85 | 0.95 | 8.89 | - |
| YUV | 17.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 86 | 0.97 | 0.86 | 0 | 0.66 | 233.49 | 0.93 | 0.17 |
| Hex | 3 | C | 56 | 61 | 56 | 0 | 42 | E9 | 5D | 11 |
| Octal | 3 | 14 | 126 | 141 | 126 | 0 | 102 | 351 | 135 | 21 |
| Binary | 11 | 1100 | 1010110 | 1100001 | 1010110 | 0 | 1000010 | 11101001 | 1011101 | 10001 |
Color Harmonies of #030C56
Complementary color
Monochromatic Colors of #030C56
Black with #030C56
Text Example
Text Example
White with #030C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C56; }
p { color: rgb(3,12,86); }
H1.HeaderClassName
{
color: #030C56;
}
.AnyTagClassName
{
color: #030C56;
}
</style>
background-color css
<style>
a { background-color: #030C56; }
a { background-color: rgb(3,12,86); }
div.DivClassName
{
background-color: #030C56;
}
.BgClassName
{
background-color: #030C56;
}
</style>
border-color css
<style>
span { border-color: #030C56; }
span { border-color: rgb(3,12,86); }
td.TdClassName
{
border-color: #030C56;
}
.TagClassName
{
border-color: #030C56;
}
</style>