Shades of Sapphire #04125B
Tints of Sapphire #04125B
RGB
CMYK
RGB Variations
Color information
#04125B (or 0x04125B) is known color: Sapphire. HEX triplet: 04, 12 and 5B. RGB value is (4,18,91). Sum of RGB (Red+Green+Blue) = 4+18+91=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #04125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04125B is #FBEDA4. Grayscale: #151515. Windows color (decimal): -16510373 or 5968388. OLE color: 5968388.
HSL color Cylindrical-coordinate representation of color #04125B: hue angle of 230.34º 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 #04125B is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 18 | 91 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.64 |
| HSL | 230.34º | 0.92% | 0.19% | - |
| HSV(B) | 230.34º | 0.96% | 0.36% | - |
| XYZ | 2.15 | 1.21 | 10.02 | - |
| YUV | 22.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 91 | 0.96 | 0.80 | 0 | 0.64 | 230.34 | 0.92 | 0.19 |
| Hex | 4 | 12 | 5B | 60 | 50 | 0 | 40 | E6 | 5C | 13 |
| Octal | 4 | 22 | 133 | 140 | 120 | 0 | 100 | 346 | 134 | 23 |
| Binary | 100 | 10010 | 1011011 | 1100000 | 1010000 | 0 | 1000000 | 11100110 | 1011100 | 10011 |
Color Harmonies of #04125B
Complementary color
Monochromatic Colors of #04125B
Black with #04125B
Text Example
Text Example
White with #04125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04125B; }
p { color: rgb(4,18,91); }
H1.HeaderClassName
{
color: #04125B;
}
.AnyTagClassName
{
color: #04125B;
}
</style>
background-color css
<style>
a { background-color: #04125B; }
a { background-color: rgb(4,18,91); }
div.DivClassName
{
background-color: #04125B;
}
.BgClassName
{
background-color: #04125B;
}
</style>
border-color css
<style>
span { border-color: #04125B; }
span { border-color: rgb(4,18,91); }
td.TdClassName
{
border-color: #04125B;
}
.TagClassName
{
border-color: #04125B;
}
</style>