Shades of Sapphire #030F54
Tints of Sapphire #030F54
RGB
CMYK
RGB Variations
Color information
#030F54 (or 0x030F54) is known color: Sapphire. HEX triplet: 03, 0F and 54. RGB value is (3,15,84). Sum of RGB (Red+Green+Blue) = 3+15+84=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #030F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F54 is #FCF0AB. Grayscale: #121212. Windows color (decimal): -16576684 or 5508867. OLE color: 5508867.
HSL color Cylindrical-coordinate representation of color #030F54: hue angle of 231.11º 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 #030F54 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 15 | 84 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.67 |
| HSL | 231.11º | 0.93% | 0.17% | - |
| HSV(B) | 231.11º | 0.96% | 0.33% | - |
| XYZ | 1.81 | 1 | 8.49 | - |
| YUV | 19.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 84 | 0.96 | 0.82 | 0 | 0.67 | 231.11 | 0.93 | 0.17 |
| Hex | 3 | F | 54 | 60 | 52 | 0 | 43 | E7 | 5D | 11 |
| Octal | 3 | 17 | 124 | 140 | 122 | 0 | 103 | 347 | 135 | 21 |
| Binary | 11 | 1111 | 1010100 | 1100000 | 1010010 | 0 | 1000011 | 11100111 | 1011101 | 10001 |
Color Harmonies of #030F54
Complementary color
Monochromatic Colors of #030F54
Black with #030F54
Text Example
Text Example
White with #030F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F54; }
p { color: rgb(3,15,84); }
H1.HeaderClassName
{
color: #030F54;
}
.AnyTagClassName
{
color: #030F54;
}
</style>
background-color css
<style>
a { background-color: #030F54; }
a { background-color: rgb(3,15,84); }
div.DivClassName
{
background-color: #030F54;
}
.BgClassName
{
background-color: #030F54;
}
</style>
border-color css
<style>
span { border-color: #030F54; }
span { border-color: rgb(3,15,84); }
td.TdClassName
{
border-color: #030F54;
}
.TagClassName
{
border-color: #030F54;
}
</style>