Shades of Sapphire #030A54
Tints of Sapphire #030A54
RGB
CMYK
RGB Variations
Color information
#030A54 (or 0x030A54) is known color: Sapphire. HEX triplet: 03, 0A and 54. RGB value is (3,10,84). Sum of RGB (Red+Green+Blue) = 3+10+84=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #030A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A54 is #FCF5AB. Grayscale: #101010. Windows color (decimal): -16577964 or 5507587. OLE color: 5507587.
HSL color Cylindrical-coordinate representation of color #030A54: hue angle of 234.81º 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 #030A54 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 10 | 84 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.67 |
| HSL | 234.81º | 0.93% | 0.17% | - |
| HSV(B) | 234.81º | 0.96% | 0.33% | - |
| XYZ | 1.75 | 0.88 | 8.46 | - |
| YUV | 16.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 84 | 0.96 | 0.88 | 0 | 0.67 | 234.81 | 0.93 | 0.17 |
| Hex | 3 | A | 54 | 60 | 58 | 0 | 43 | EB | 5D | 11 |
| Octal | 3 | 12 | 124 | 140 | 130 | 0 | 103 | 353 | 135 | 21 |
| Binary | 11 | 1010 | 1010100 | 1100000 | 1011000 | 0 | 1000011 | 11101011 | 1011101 | 10001 |
Color Harmonies of #030A54
Complementary color
Monochromatic Colors of #030A54
Black with #030A54
Text Example
Text Example
White with #030A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A54; }
p { color: rgb(3,10,84); }
H1.HeaderClassName
{
color: #030A54;
}
.AnyTagClassName
{
color: #030A54;
}
</style>
background-color css
<style>
a { background-color: #030A54; }
a { background-color: rgb(3,10,84); }
div.DivClassName
{
background-color: #030A54;
}
.BgClassName
{
background-color: #030A54;
}
</style>
border-color css
<style>
span { border-color: #030A54; }
span { border-color: rgb(3,10,84); }
td.TdClassName
{
border-color: #030A54;
}
.TagClassName
{
border-color: #030A54;
}
</style>