Shades of Sapphire #030A57
Tints of Sapphire #030A57
RGB
CMYK
RGB Variations
Color information
#030A57 (or 0x030A57) is known color: Sapphire. HEX triplet: 03, 0A and 57. RGB value is (3,10,87). Sum of RGB (Red+Green+Blue) = 3+10+87=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #030A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A57 is #FCF5A8. Grayscale: #101010. Windows color (decimal): -16577961 or 5704195. OLE color: 5704195.
HSL color Cylindrical-coordinate representation of color #030A57: hue angle of 235º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A57 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 10 | 87 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.66 |
| HSL | 235º | 0.93% | 0.18% | - |
| HSV(B) | 235º | 0.97% | 0.34% | - |
| XYZ | 1.87 | 0.92 | 9.1 | - |
| YUV | 16.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 87 | 0.97 | 0.89 | 0 | 0.66 | 235 | 0.93 | 0.18 |
| Hex | 3 | A | 57 | 61 | 59 | 0 | 42 | EB | 5D | 12 |
| Octal | 3 | 12 | 127 | 141 | 131 | 0 | 102 | 353 | 135 | 22 |
| Binary | 11 | 1010 | 1010111 | 1100001 | 1011001 | 0 | 1000010 | 11101011 | 1011101 | 10010 |
Color Harmonies of #030A57
Complementary color
Monochromatic Colors of #030A57
Black with #030A57
Text Example
Text Example
White with #030A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A57; }
p { color: rgb(3,10,87); }
H1.HeaderClassName
{
color: #030A57;
}
.AnyTagClassName
{
color: #030A57;
}
</style>
background-color css
<style>
a { background-color: #030A57; }
a { background-color: rgb(3,10,87); }
div.DivClassName
{
background-color: #030A57;
}
.BgClassName
{
background-color: #030A57;
}
</style>
border-color css
<style>
span { border-color: #030A57; }
span { border-color: rgb(3,10,87); }
td.TdClassName
{
border-color: #030A57;
}
.TagClassName
{
border-color: #030A57;
}
</style>