Shades of Sapphire #030D4A
Tints of Sapphire #030D4A
RGB
CMYK
RGB Variations
Color information
#030D4A (or 0x030D4A) is known color: Sapphire. HEX triplet: 03, 0D and 4A. RGB value is (3,13,74). Sum of RGB (Red+Green+Blue) = 3+13+74=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #030D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D4A is #FCF2B5. Grayscale: #101010. Windows color (decimal): -16577206 or 4852995. OLE color: 4852995.
HSL color Cylindrical-coordinate representation of color #030D4A: hue angle of 231.55º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030D4A is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 13 | 74 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.71 |
| HSL | 231.55º | 0.92% | 0.15% | - |
| HSV(B) | 231.55º | 0.96% | 0.29% | - |
| XYZ | 1.42 | 0.8 | 6.56 | - |
| YUV | 16.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 74 | 0.96 | 0.82 | 0 | 0.71 | 231.55 | 0.92 | 0.15 |
| Hex | 3 | D | 4A | 60 | 52 | 0 | 47 | E8 | 5C | F |
| Octal | 3 | 15 | 112 | 140 | 122 | 0 | 107 | 350 | 134 | 17 |
| Binary | 11 | 1101 | 1001010 | 1100000 | 1010010 | 0 | 1000111 | 11101000 | 1011100 | 1111 |
Color Harmonies of #030D4A
Complementary color
Monochromatic Colors of #030D4A
Black with #030D4A
Text Example
Text Example
White with #030D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D4A; }
p { color: rgb(3,13,74); }
H1.HeaderClassName
{
color: #030D4A;
}
.AnyTagClassName
{
color: #030D4A;
}
</style>
background-color css
<style>
a { background-color: #030D4A; }
a { background-color: rgb(3,13,74); }
div.DivClassName
{
background-color: #030D4A;
}
.BgClassName
{
background-color: #030D4A;
}
</style>
border-color css
<style>
span { border-color: #030D4A; }
span { border-color: rgb(3,13,74); }
td.TdClassName
{
border-color: #030D4A;
}
.TagClassName
{
border-color: #030D4A;
}
</style>