Shades of Sapphire #030F63
Tints of Sapphire #030F63
RGB
CMYK
RGB Variations
Color information
#030F63 (or 0x030F63) is known color: Sapphire. HEX triplet: 03, 0F and 63. RGB value is (3,15,99). Sum of RGB (Red+Green+Blue) = 3+15+99=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #030F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F63 is #FCF09C. Grayscale: #141414. Windows color (decimal): -16576669 or 6491907. OLE color: 6491907.
HSL color Cylindrical-coordinate representation of color #030F63: hue angle of 232.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F63 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 15 | 99 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.61 |
| HSL | 232.5º | 0.94% | 0.2% | - |
| HSV(B) | 232.5º | 0.97% | 0.39% | - |
| XYZ | 2.46 | 1.26 | 11.92 | - |
| YUV | 20.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 99 | 0.97 | 0.85 | 0 | 0.61 | 232.5 | 0.94 | 0.2 |
| Hex | 3 | F | 63 | 61 | 55 | 0 | 3D | E8 | 5E | 14 |
| Octal | 3 | 17 | 143 | 141 | 125 | 0 | 75 | 350 | 136 | 24 |
| Binary | 11 | 1111 | 1100011 | 1100001 | 1010101 | 0 | 111101 | 11101000 | 1011110 | 10100 |
Color Harmonies of #030F63
Complementary color
Monochromatic Colors of #030F63
Black with #030F63
Text Example
Text Example
White with #030F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F63; }
p { color: rgb(3,15,99); }
H1.HeaderClassName
{
color: #030F63;
}
.AnyTagClassName
{
color: #030F63;
}
</style>
background-color css
<style>
a { background-color: #030F63; }
a { background-color: rgb(3,15,99); }
div.DivClassName
{
background-color: #030F63;
}
.BgClassName
{
background-color: #030F63;
}
</style>
border-color css
<style>
span { border-color: #030F63; }
span { border-color: rgb(3,15,99); }
td.TdClassName
{
border-color: #030F63;
}
.TagClassName
{
border-color: #030F63;
}
</style>