Shades of Sapphire #030A50
Tints of Sapphire #030A50
RGB
CMYK
RGB Variations
Color information
#030A50 (or 0x030A50) is known color: Sapphire. HEX triplet: 03, 0A and 50. RGB value is (3,10,80). Sum of RGB (Red+Green+Blue) = 3+10+80=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #030A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A50 is #FCF5AF. Grayscale: #0F0F0F. Windows color (decimal): -16577968 or 5245443. OLE color: 5245443.
HSL color Cylindrical-coordinate representation of color #030A50: hue angle of 234.55º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030A50 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 10 | 80 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.69 |
| HSL | 234.55º | 0.93% | 0.16% | - |
| HSV(B) | 234.55º | 0.96% | 0.31% | - |
| XYZ | 1.59 | 0.82 | 7.66 | - |
| YUV | 15.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 80 | 0.96 | 0.87 | 0 | 0.69 | 234.55 | 0.93 | 0.16 |
| Hex | 3 | A | 50 | 60 | 57 | 0 | 45 | EB | 5D | 10 |
| Octal | 3 | 12 | 120 | 140 | 127 | 0 | 105 | 353 | 135 | 20 |
| Binary | 11 | 1010 | 1010000 | 1100000 | 1010111 | 0 | 1000101 | 11101011 | 1011101 | 10000 |
Color Harmonies of #030A50
Complementary color
Monochromatic Colors of #030A50
Black with #030A50
Text Example
Text Example
White with #030A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A50; }
p { color: rgb(3,10,80); }
H1.HeaderClassName
{
color: #030A50;
}
.AnyTagClassName
{
color: #030A50;
}
</style>
background-color css
<style>
a { background-color: #030A50; }
a { background-color: rgb(3,10,80); }
div.DivClassName
{
background-color: #030A50;
}
.BgClassName
{
background-color: #030A50;
}
</style>
border-color css
<style>
span { border-color: #030A50; }
span { border-color: rgb(3,10,80); }
td.TdClassName
{
border-color: #030A50;
}
.TagClassName
{
border-color: #030A50;
}
</style>