Shades of Sapphire #030E5B
Tints of Sapphire #030E5B
RGB
CMYK
RGB Variations
Color information
#030E5B (or 0x030E5B) is known color: Sapphire. HEX triplet: 03, 0E and 5B. RGB value is (3,14,91). Sum of RGB (Red+Green+Blue) = 3+14+91=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #030E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E5B is #FCF1A4. Grayscale: #131313. Windows color (decimal): -16576933 or 5967363. OLE color: 5967363.
HSL color Cylindrical-coordinate representation of color #030E5B: hue angle of 232.5º 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 #030E5B is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 14 | 91 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.64 |
| HSL | 232.5º | 0.94% | 0.18% | - |
| HSV(B) | 232.5º | 0.97% | 0.36% | - |
| XYZ | 2.08 | 1.09 | 10 | - |
| YUV | 19.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 91 | 0.97 | 0.85 | 0 | 0.64 | 232.5 | 0.94 | 0.18 |
| Hex | 3 | E | 5B | 61 | 55 | 0 | 40 | E8 | 5E | 12 |
| Octal | 3 | 16 | 133 | 141 | 125 | 0 | 100 | 350 | 136 | 22 |
| Binary | 11 | 1110 | 1011011 | 1100001 | 1010101 | 0 | 1000000 | 11101000 | 1011110 | 10010 |
Color Harmonies of #030E5B
Complementary color
Monochromatic Colors of #030E5B
Black with #030E5B
Text Example
Text Example
White with #030E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E5B; }
p { color: rgb(3,14,91); }
H1.HeaderClassName
{
color: #030E5B;
}
.AnyTagClassName
{
color: #030E5B;
}
</style>
background-color css
<style>
a { background-color: #030E5B; }
a { background-color: rgb(3,14,91); }
div.DivClassName
{
background-color: #030E5B;
}
.BgClassName
{
background-color: #030E5B;
}
</style>
border-color css
<style>
span { border-color: #030E5B; }
span { border-color: rgb(3,14,91); }
td.TdClassName
{
border-color: #030E5B;
}
.TagClassName
{
border-color: #030E5B;
}
</style>