Shades of Sapphire #030953
Tints of Sapphire #030953
RGB
CMYK
RGB Variations
Color information
#030953 (or 0x030953) is known color: Sapphire. HEX triplet: 03, 09 and 53. RGB value is (3,9,83). Sum of RGB (Red+Green+Blue) = 3+9+83=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #030953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030953 is #FCF6AC. Grayscale: #0F0F0F. Windows color (decimal): -16578221 or 5441795. OLE color: 5441795.
HSL color Cylindrical-coordinate representation of color #030953: hue angle of 235.5º 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 #030953 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 9 | 83 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.67 |
| HSL | 235.5º | 0.93% | 0.17% | - |
| HSV(B) | 235.5º | 0.96% | 0.33% | - |
| XYZ | 1.7 | 0.84 | 8.26 | - |
| YUV | 15.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 83 | 0.96 | 0.89 | 0 | 0.67 | 235.5 | 0.93 | 0.17 |
| Hex | 3 | 9 | 53 | 60 | 59 | 0 | 43 | EC | 5D | 11 |
| Octal | 3 | 11 | 123 | 140 | 131 | 0 | 103 | 354 | 135 | 21 |
| Binary | 11 | 1001 | 1010011 | 1100000 | 1011001 | 0 | 1000011 | 11101100 | 1011101 | 10001 |
Color Harmonies of #030953
Complementary color
Monochromatic Colors of #030953
Black with #030953
Text Example
Text Example
White with #030953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030953; }
p { color: rgb(3,9,83); }
H1.HeaderClassName
{
color: #030953;
}
.AnyTagClassName
{
color: #030953;
}
</style>
background-color css
<style>
a { background-color: #030953; }
a { background-color: rgb(3,9,83); }
div.DivClassName
{
background-color: #030953;
}
.BgClassName
{
background-color: #030953;
}
</style>
border-color css
<style>
span { border-color: #030953; }
span { border-color: rgb(3,9,83); }
td.TdClassName
{
border-color: #030953;
}
.TagClassName
{
border-color: #030953;
}
</style>