Shades of Sapphire #030D5F
Tints of Sapphire #030D5F
RGB
CMYK
RGB Variations
Color information
#030D5F (or 0x030D5F) is known color: Sapphire. HEX triplet: 03, 0D and 5F. RGB value is (3,13,95). Sum of RGB (Red+Green+Blue) = 3+13+95=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #030D5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5F is #FCF2A0. Grayscale: #131313. Windows color (decimal): -16577185 or 6229251. OLE color: 6229251.
HSL color Cylindrical-coordinate representation of color #030D5F: hue angle of 233.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D5F is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 13 | 95 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.63 |
| HSL | 233.48º | 0.94% | 0.19% | - |
| HSV(B) | 233.48º | 0.97% | 0.37% | - |
| XYZ | 2.25 | 1.13 | 10.93 | - |
| YUV | 19.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 95 | 0.97 | 0.86 | 0 | 0.63 | 233.48 | 0.94 | 0.19 |
| Hex | 3 | D | 5F | 61 | 56 | 0 | 3F | E9 | 5E | 13 |
| Octal | 3 | 15 | 137 | 141 | 126 | 0 | 77 | 351 | 136 | 23 |
| Binary | 11 | 1101 | 1011111 | 1100001 | 1010110 | 0 | 111111 | 11101001 | 1011110 | 10011 |
Color Harmonies of #030D5F
Complementary color
Monochromatic Colors of #030D5F
Black with #030D5F
Text Example
Text Example
White with #030D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D5F; }
p { color: rgb(3,13,95); }
H1.HeaderClassName
{
color: #030D5F;
}
.AnyTagClassName
{
color: #030D5F;
}
</style>
background-color css
<style>
a { background-color: #030D5F; }
a { background-color: rgb(3,13,95); }
div.DivClassName
{
background-color: #030D5F;
}
.BgClassName
{
background-color: #030D5F;
}
</style>
border-color css
<style>
span { border-color: #030D5F; }
span { border-color: rgb(3,13,95); }
td.TdClassName
{
border-color: #030D5F;
}
.TagClassName
{
border-color: #030D5F;
}
</style>