Shades of Sapphire #04246C
Tints of Sapphire #04246C
RGB
CMYK
RGB Variations
Color information
#04246C (or 0x04246C) is known color: Sapphire. HEX triplet: 04, 24 and 6C. RGB value is (4,36,108). Sum of RGB (Red+Green+Blue) = 4+36+108=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #04246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04246C is #FBDB93. Grayscale: #222222. Windows color (decimal): -16505748 or 7087108. OLE color: 7087108.
HSL color Cylindrical-coordinate representation of color #04246C: hue angle of 221.54º 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 #04246C is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 36 | 108 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.58 |
| HSL | 221.54º | 0.93% | 0.22% | - |
| HSV(B) | 221.54º | 0.96% | 0.42% | - |
| XYZ | 3.39 | 2.37 | 14.47 | - |
| YUV | 34.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 108 | 0.96 | 0.67 | 0 | 0.58 | 221.54 | 0.93 | 0.22 |
| Hex | 4 | 24 | 6C | 60 | 43 | 0 | 3A | DE | 5D | 16 |
| Octal | 4 | 44 | 154 | 140 | 103 | 0 | 72 | 336 | 135 | 26 |
| Binary | 100 | 100100 | 1101100 | 1100000 | 1000011 | 0 | 111010 | 11011110 | 1011101 | 10110 |
Color Harmonies of #04246C
Complementary color
Monochromatic Colors of #04246C
Black with #04246C
Text Example
Text Example
White with #04246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04246C; }
p { color: rgb(4,36,108); }
H1.HeaderClassName
{
color: #04246C;
}
.AnyTagClassName
{
color: #04246C;
}
</style>
background-color css
<style>
a { background-color: #04246C; }
a { background-color: rgb(4,36,108); }
div.DivClassName
{
background-color: #04246C;
}
.BgClassName
{
background-color: #04246C;
}
</style>
border-color css
<style>
span { border-color: #04246C; }
span { border-color: rgb(4,36,108); }
td.TdClassName
{
border-color: #04246C;
}
.TagClassName
{
border-color: #04246C;
}
</style>