Shades of Sapphire #030F4E
Tints of Sapphire #030F4E
RGB
CMYK
RGB Variations
Color information
#030F4E (or 0x030F4E) is known color: Sapphire. HEX triplet: 03, 0F and 4E. RGB value is (3,15,78). Sum of RGB (Red+Green+Blue) = 3+15+78=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #030F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F4E is #FCF0B1. Grayscale: #121212. Windows color (decimal): -16576690 or 5115651. OLE color: 5115651.
HSL color Cylindrical-coordinate representation of color #030F4E: hue angle of 230.4º 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 #030F4E is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 15 | 78 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.69 |
| HSL | 230.4º | 0.93% | 0.16% | - |
| HSV(B) | 230.4º | 0.96% | 0.31% | - |
| XYZ | 1.58 | 0.91 | 7.3 | - |
| YUV | 18.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 78 | 0.96 | 0.81 | 0 | 0.69 | 230.4 | 0.93 | 0.16 |
| Hex | 3 | F | 4E | 60 | 51 | 0 | 45 | E6 | 5D | 10 |
| Octal | 3 | 17 | 116 | 140 | 121 | 0 | 105 | 346 | 135 | 20 |
| Binary | 11 | 1111 | 1001110 | 1100000 | 1010001 | 0 | 1000101 | 11100110 | 1011101 | 10000 |
Color Harmonies of #030F4E
Complementary color
Monochromatic Colors of #030F4E
Black with #030F4E
Text Example
Text Example
White with #030F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F4E; }
p { color: rgb(3,15,78); }
H1.HeaderClassName
{
color: #030F4E;
}
.AnyTagClassName
{
color: #030F4E;
}
</style>
background-color css
<style>
a { background-color: #030F4E; }
a { background-color: rgb(3,15,78); }
div.DivClassName
{
background-color: #030F4E;
}
.BgClassName
{
background-color: #030F4E;
}
</style>
border-color css
<style>
span { border-color: #030F4E; }
span { border-color: rgb(3,15,78); }
td.TdClassName
{
border-color: #030F4E;
}
.TagClassName
{
border-color: #030F4E;
}
</style>