Shades of Sapphire #030D57
Tints of Sapphire #030D57
RGB
CMYK
RGB Variations
Color information
#030D57 (or 0x030D57) is known color: Sapphire. HEX triplet: 03, 0D and 57. RGB value is (3,13,87). Sum of RGB (Red+Green+Blue) = 3+13+87=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #030D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D57 is #FCF2A8. Grayscale: #121212. Windows color (decimal): -16577193 or 5704963. OLE color: 5704963.
HSL color Cylindrical-coordinate representation of color #030D57: hue angle of 232.86º 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 #030D57 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 13 | 87 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.66 |
| HSL | 232.86º | 0.93% | 0.18% | - |
| HSV(B) | 232.86º | 0.97% | 0.34% | - |
| XYZ | 1.9 | 1 | 9.11 | - |
| YUV | 18.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 87 | 0.97 | 0.85 | 0 | 0.66 | 232.86 | 0.93 | 0.18 |
| Hex | 3 | D | 57 | 61 | 55 | 0 | 42 | E9 | 5D | 12 |
| Octal | 3 | 15 | 127 | 141 | 125 | 0 | 102 | 351 | 135 | 22 |
| Binary | 11 | 1101 | 1010111 | 1100001 | 1010101 | 0 | 1000010 | 11101001 | 1011101 | 10010 |
Color Harmonies of #030D57
Complementary color
Monochromatic Colors of #030D57
Black with #030D57
Text Example
Text Example
White with #030D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D57; }
p { color: rgb(3,13,87); }
H1.HeaderClassName
{
color: #030D57;
}
.AnyTagClassName
{
color: #030D57;
}
</style>
background-color css
<style>
a { background-color: #030D57; }
a { background-color: rgb(3,13,87); }
div.DivClassName
{
background-color: #030D57;
}
.BgClassName
{
background-color: #030D57;
}
</style>
border-color css
<style>
span { border-color: #030D57; }
span { border-color: rgb(3,13,87); }
td.TdClassName
{
border-color: #030D57;
}
.TagClassName
{
border-color: #030D57;
}
</style>