Shades of Sapphire #04105B
Tints of Sapphire #04105B
RGB
CMYK
RGB Variations
Color information
#04105B (or 0x04105B) is known color: Sapphire. HEX triplet: 04, 10 and 5B. RGB value is (4,16,91). Sum of RGB (Red+Green+Blue) = 4+16+91=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #04105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04105B is #FBEFA4. Grayscale: #141414. Windows color (decimal): -16510885 or 5967876. OLE color: 5967876.
HSL color Cylindrical-coordinate representation of color #04105B: hue angle of 231.72º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04105B is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 16 | 91 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.64 |
| HSL | 231.72º | 0.92% | 0.19% | - |
| HSV(B) | 231.72º | 0.96% | 0.36% | - |
| XYZ | 2.12 | 1.15 | 10.01 | - |
| YUV | 20.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 91 | 0.96 | 0.82 | 0 | 0.64 | 231.72 | 0.92 | 0.19 |
| Hex | 4 | 10 | 5B | 60 | 52 | 0 | 40 | E8 | 5C | 13 |
| Octal | 4 | 20 | 133 | 140 | 122 | 0 | 100 | 350 | 134 | 23 |
| Binary | 100 | 10000 | 1011011 | 1100000 | 1010010 | 0 | 1000000 | 11101000 | 1011100 | 10011 |
Color Harmonies of #04105B
Complementary color
Monochromatic Colors of #04105B
Black with #04105B
Text Example
Text Example
White with #04105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04105B; }
p { color: rgb(4,16,91); }
H1.HeaderClassName
{
color: #04105B;
}
.AnyTagClassName
{
color: #04105B;
}
</style>
background-color css
<style>
a { background-color: #04105B; }
a { background-color: rgb(4,16,91); }
div.DivClassName
{
background-color: #04105B;
}
.BgClassName
{
background-color: #04105B;
}
</style>
border-color css
<style>
span { border-color: #04105B; }
span { border-color: rgb(4,16,91); }
td.TdClassName
{
border-color: #04105B;
}
.TagClassName
{
border-color: #04105B;
}
</style>