Shades of Sapphire #04126C
Tints of Sapphire #04126C
RGB
CMYK
RGB Variations
Color information
#04126C (or 0x04126C) is known color: Sapphire. HEX triplet: 04, 12 and 6C. RGB value is (4,18,108). Sum of RGB (Red+Green+Blue) = 4+18+108=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #04126C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04126C is #FBED93. Grayscale: #171717. Windows color (decimal): -16510356 or 7082500. OLE color: 7082500.
HSL color Cylindrical-coordinate representation of color #04126C: hue angle of 231.92º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04126C is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 18 | 108 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.58 |
| HSL | 231.92º | 0.93% | 0.22% | - |
| HSV(B) | 231.92º | 0.96% | 0.42% | - |
| XYZ | 2.97 | 1.54 | 14.33 | - |
| YUV | 24.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 108 | 0.96 | 0.83 | 0 | 0.58 | 231.92 | 0.93 | 0.22 |
| Hex | 4 | 12 | 6C | 60 | 53 | 0 | 3A | E8 | 5D | 16 |
| Octal | 4 | 22 | 154 | 140 | 123 | 0 | 72 | 350 | 135 | 26 |
| Binary | 100 | 10010 | 1101100 | 1100000 | 1010011 | 0 | 111010 | 11101000 | 1011101 | 10110 |
Color Harmonies of #04126C
Complementary color
Monochromatic Colors of #04126C
Black with #04126C
Text Example
Text Example
White with #04126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04126C; }
p { color: rgb(4,18,108); }
H1.HeaderClassName
{
color: #04126C;
}
.AnyTagClassName
{
color: #04126C;
}
</style>
background-color css
<style>
a { background-color: #04126C; }
a { background-color: rgb(4,18,108); }
div.DivClassName
{
background-color: #04126C;
}
.BgClassName
{
background-color: #04126C;
}
</style>
border-color css
<style>
span { border-color: #04126C; }
span { border-color: rgb(4,18,108); }
td.TdClassName
{
border-color: #04126C;
}
.TagClassName
{
border-color: #04126C;
}
</style>