Shades of Sapphire #030F50
Tints of Sapphire #030F50
RGB
CMYK
RGB Variations
Color information
#030F50 (or 0x030F50) is known color: Sapphire. HEX triplet: 03, 0F and 50. RGB value is (3,15,80). Sum of RGB (Red+Green+Blue) = 3+15+80=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #030F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F50 is #FCF0AF. Grayscale: #121212. Windows color (decimal): -16576688 or 5246723. OLE color: 5246723.
HSL color Cylindrical-coordinate representation of color #030F50: hue angle of 230.65º 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 #030F50 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 15 | 80 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.69 |
| HSL | 230.65º | 0.93% | 0.16% | - |
| HSV(B) | 230.65º | 0.96% | 0.31% | - |
| XYZ | 1.66 | 0.94 | 7.68 | - |
| YUV | 18.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 80 | 0.96 | 0.81 | 0 | 0.69 | 230.65 | 0.93 | 0.16 |
| Hex | 3 | F | 50 | 60 | 51 | 0 | 45 | E7 | 5D | 10 |
| Octal | 3 | 17 | 120 | 140 | 121 | 0 | 105 | 347 | 135 | 20 |
| Binary | 11 | 1111 | 1010000 | 1100000 | 1010001 | 0 | 1000101 | 11100111 | 1011101 | 10000 |
Color Harmonies of #030F50
Complementary color
Monochromatic Colors of #030F50
Black with #030F50
Text Example
Text Example
White with #030F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F50; }
p { color: rgb(3,15,80); }
H1.HeaderClassName
{
color: #030F50;
}
.AnyTagClassName
{
color: #030F50;
}
</style>
background-color css
<style>
a { background-color: #030F50; }
a { background-color: rgb(3,15,80); }
div.DivClassName
{
background-color: #030F50;
}
.BgClassName
{
background-color: #030F50;
}
</style>
border-color css
<style>
span { border-color: #030F50; }
span { border-color: rgb(3,15,80); }
td.TdClassName
{
border-color: #030F50;
}
.TagClassName
{
border-color: #030F50;
}
</style>