Shades of Sapphire #030D5B
Tints of Sapphire #030D5B
RGB
CMYK
RGB Variations
Color information
#030D5B (or 0x030D5B) is known color: Sapphire. HEX triplet: 03, 0D and 5B. RGB value is (3,13,91). Sum of RGB (Red+Green+Blue) = 3+13+91=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #030D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5B is #FCF2A4. Grayscale: #121212. Windows color (decimal): -16577189 or 5967107. OLE color: 5967107.
HSL color Cylindrical-coordinate representation of color #030D5B: hue angle of 233.18º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D5B is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 13 | 91 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.64 |
| HSL | 233.18º | 0.94% | 0.18% | - |
| HSV(B) | 233.18º | 0.97% | 0.36% | - |
| XYZ | 2.07 | 1.06 | 9.99 | - |
| YUV | 18.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 91 | 0.97 | 0.86 | 0 | 0.64 | 233.18 | 0.94 | 0.18 |
| Hex | 3 | D | 5B | 61 | 56 | 0 | 40 | E9 | 5E | 12 |
| Octal | 3 | 15 | 133 | 141 | 126 | 0 | 100 | 351 | 136 | 22 |
| Binary | 11 | 1101 | 1011011 | 1100001 | 1010110 | 0 | 1000000 | 11101001 | 1011110 | 10010 |
Color Harmonies of #030D5B
Complementary color
Monochromatic Colors of #030D5B
Black with #030D5B
Text Example
Text Example
White with #030D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D5B; }
p { color: rgb(3,13,91); }
H1.HeaderClassName
{
color: #030D5B;
}
.AnyTagClassName
{
color: #030D5B;
}
</style>
background-color css
<style>
a { background-color: #030D5B; }
a { background-color: rgb(3,13,91); }
div.DivClassName
{
background-color: #030D5B;
}
.BgClassName
{
background-color: #030D5B;
}
</style>
border-color css
<style>
span { border-color: #030D5B; }
span { border-color: rgb(3,13,91); }
td.TdClassName
{
border-color: #030D5B;
}
.TagClassName
{
border-color: #030D5B;
}
</style>