Shades of Sapphire #030D5A
Tints of Sapphire #030D5A
RGB
CMYK
RGB Variations
Color information
#030D5A (or 0x030D5A) is known color: Sapphire. HEX triplet: 03, 0D and 5A. RGB value is (3,13,90). Sum of RGB (Red+Green+Blue) = 3+13+90=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #030D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5A is #FCF2A5. Grayscale: #121212. Windows color (decimal): -16577190 or 5901571. OLE color: 5901571.
HSL color Cylindrical-coordinate representation of color #030D5A: hue angle of 233.1º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D5A is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 13 | 90 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.65 |
| HSL | 233.1º | 0.94% | 0.18% | - |
| HSV(B) | 233.1º | 0.97% | 0.35% | - |
| XYZ | 2.03 | 1.05 | 9.77 | - |
| YUV | 18.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 90 | 0.97 | 0.86 | 0 | 0.65 | 233.1 | 0.94 | 0.18 |
| Hex | 3 | D | 5A | 61 | 56 | 0 | 41 | E9 | 5E | 12 |
| Octal | 3 | 15 | 132 | 141 | 126 | 0 | 101 | 351 | 136 | 22 |
| Binary | 11 | 1101 | 1011010 | 1100001 | 1010110 | 0 | 1000001 | 11101001 | 1011110 | 10010 |
Color Harmonies of #030D5A
Complementary color
Monochromatic Colors of #030D5A
Black with #030D5A
Text Example
Text Example
White with #030D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D5A; }
p { color: rgb(3,13,90); }
H1.HeaderClassName
{
color: #030D5A;
}
.AnyTagClassName
{
color: #030D5A;
}
</style>
background-color css
<style>
a { background-color: #030D5A; }
a { background-color: rgb(3,13,90); }
div.DivClassName
{
background-color: #030D5A;
}
.BgClassName
{
background-color: #030D5A;
}
</style>
border-color css
<style>
span { border-color: #030D5A; }
span { border-color: rgb(3,13,90); }
td.TdClassName
{
border-color: #030D5A;
}
.TagClassName
{
border-color: #030D5A;
}
</style>