Shades of Sapphire #030D54
Tints of Sapphire #030D54
RGB
CMYK
RGB Variations
Color information
#030D54 (or 0x030D54) is known color: Sapphire. HEX triplet: 03, 0D and 54. RGB value is (3,13,84). Sum of RGB (Red+Green+Blue) = 3+13+84=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 84 (33.20% from 255 or 84% from 100); Max value from RGB is 84 - color contains mainly: blue. Hex color #030D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D54 is #FCF2AB. Grayscale: #111111. Windows color (decimal): -16577196 or 5508355. OLE color: 5508355.
HSL color Cylindrical-coordinate representation of color #030D54: hue angle of 232.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030D54 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 13 | 84 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.67 |
| HSL | 232.59º | 0.93% | 0.17% | - |
| HSV(B) | 232.59º | 0.96% | 0.33% | - |
| XYZ | 1.78 | 0.95 | 8.48 | - |
| YUV | 18.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 84 | 0.96 | 0.85 | 0 | 0.67 | 232.59 | 0.93 | 0.17 |
| Hex | 3 | D | 54 | 60 | 55 | 0 | 43 | E9 | 5D | 11 |
| Octal | 3 | 15 | 124 | 140 | 125 | 0 | 103 | 351 | 135 | 21 |
| Binary | 11 | 1101 | 1010100 | 1100000 | 1010101 | 0 | 1000011 | 11101001 | 1011101 | 10001 |
Color Harmonies of #030D54
Complementary color
Monochromatic Colors of #030D54
Black with #030D54
Text Example
Text Example
White with #030D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D54; }
p { color: rgb(3,13,84); }
H1.HeaderClassName
{
color: #030D54;
}
.AnyTagClassName
{
color: #030D54;
}
</style>
background-color css
<style>
a { background-color: #030D54; }
a { background-color: rgb(3,13,84); }
div.DivClassName
{
background-color: #030D54;
}
.BgClassName
{
background-color: #030D54;
}
</style>
border-color css
<style>
span { border-color: #030D54; }
span { border-color: rgb(3,13,84); }
td.TdClassName
{
border-color: #030D54;
}
.TagClassName
{
border-color: #030D54;
}
</style>