Shades of Sapphire #030D60
Tints of Sapphire #030D60
RGB
CMYK
RGB Variations
Color information
#030D60 (or 0x030D60) is known color: Sapphire. HEX triplet: 03, 0D and 60. RGB value is (3,13,96). Sum of RGB (Red+Green+Blue) = 3+13+96=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #030D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D60 is #FCF29F. Grayscale: #131313. Windows color (decimal): -16577184 or 6294787. OLE color: 6294787.
HSL color Cylindrical-coordinate representation of color #030D60: hue angle of 233.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D60 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 13 | 96 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.62 |
| HSL | 233.55º | 0.94% | 0.19% | - |
| HSV(B) | 233.55º | 0.97% | 0.38% | - |
| XYZ | 2.29 | 1.15 | 11.17 | - |
| YUV | 19.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 96 | 0.97 | 0.86 | 0 | 0.62 | 233.55 | 0.94 | 0.19 |
| Hex | 3 | D | 60 | 61 | 56 | 0 | 3E | EA | 5E | 13 |
| Octal | 3 | 15 | 140 | 141 | 126 | 0 | 76 | 352 | 136 | 23 |
| Binary | 11 | 1101 | 1100000 | 1100001 | 1010110 | 0 | 111110 | 11101010 | 1011110 | 10011 |
Color Harmonies of #030D60
Complementary color
Monochromatic Colors of #030D60
Black with #030D60
Text Example
Text Example
White with #030D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D60; }
p { color: rgb(3,13,96); }
H1.HeaderClassName
{
color: #030D60;
}
.AnyTagClassName
{
color: #030D60;
}
</style>
background-color css
<style>
a { background-color: #030D60; }
a { background-color: rgb(3,13,96); }
div.DivClassName
{
background-color: #030D60;
}
.BgClassName
{
background-color: #030D60;
}
</style>
border-color css
<style>
span { border-color: #030D60; }
span { border-color: rgb(3,13,96); }
td.TdClassName
{
border-color: #030D60;
}
.TagClassName
{
border-color: #030D60;
}
</style>