Shades of Sapphire #04125E
Tints of Sapphire #04125E
RGB
CMYK
RGB Variations
Color information
#04125E (or 0x04125E) is known color: Sapphire. HEX triplet: 04, 12 and 5E. RGB value is (4,18,94). Sum of RGB (Red+Green+Blue) = 4+18+94=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #04125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04125E is #FBEDA1. Grayscale: #161616. Windows color (decimal): -16510370 or 6164996. OLE color: 6164996.
HSL color Cylindrical-coordinate representation of color #04125E: hue angle of 230.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04125E is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 18 | 94 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.63 |
| HSL | 230.67º | 0.92% | 0.19% | - |
| HSV(B) | 230.67º | 0.96% | 0.37% | - |
| XYZ | 2.29 | 1.27 | 10.71 | - |
| YUV | 22.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 94 | 0.96 | 0.81 | 0 | 0.63 | 230.67 | 0.92 | 0.19 |
| Hex | 4 | 12 | 5E | 60 | 51 | 0 | 3F | E7 | 5C | 13 |
| Octal | 4 | 22 | 136 | 140 | 121 | 0 | 77 | 347 | 134 | 23 |
| Binary | 100 | 10010 | 1011110 | 1100000 | 1010001 | 0 | 111111 | 11100111 | 1011100 | 10011 |
Color Harmonies of #04125E
Complementary color
Monochromatic Colors of #04125E
Black with #04125E
Text Example
Text Example
White with #04125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04125E; }
p { color: rgb(4,18,94); }
H1.HeaderClassName
{
color: #04125E;
}
.AnyTagClassName
{
color: #04125E;
}
</style>
background-color css
<style>
a { background-color: #04125E; }
a { background-color: rgb(4,18,94); }
div.DivClassName
{
background-color: #04125E;
}
.BgClassName
{
background-color: #04125E;
}
</style>
border-color css
<style>
span { border-color: #04125E; }
span { border-color: rgb(4,18,94); }
td.TdClassName
{
border-color: #04125E;
}
.TagClassName
{
border-color: #04125E;
}
</style>