Shades of Sapphire #04246D
Tints of Sapphire #04246D
RGB
CMYK
RGB Variations
Color information
#04246D (or 0x04246D) is known color: Sapphire. HEX triplet: 04, 24 and 6D. RGB value is (4,36,109). Sum of RGB (Red+Green+Blue) = 4+36+109=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #04246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04246D is #FBDB92. Grayscale: #222222. Windows color (decimal): -16505747 or 7152644. OLE color: 7152644.
HSL color Cylindrical-coordinate representation of color #04246D: hue angle of 221.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04246D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 36 | 109 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.57 |
| HSL | 221.71º | 0.93% | 0.22% | - |
| HSV(B) | 221.71º | 0.96% | 0.43% | - |
| XYZ | 3.44 | 2.39 | 14.75 | - |
| YUV | 34.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 109 | 0.96 | 0.67 | 0 | 0.57 | 221.71 | 0.93 | 0.22 |
| Hex | 4 | 24 | 6D | 60 | 43 | 0 | 39 | DE | 5D | 16 |
| Octal | 4 | 44 | 155 | 140 | 103 | 0 | 71 | 336 | 135 | 26 |
| Binary | 100 | 100100 | 1101101 | 1100000 | 1000011 | 0 | 111001 | 11011110 | 1011101 | 10110 |
Color Harmonies of #04246D
Complementary color
Monochromatic Colors of #04246D
Black with #04246D
Text Example
Text Example
White with #04246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04246D; }
p { color: rgb(4,36,109); }
H1.HeaderClassName
{
color: #04246D;
}
.AnyTagClassName
{
color: #04246D;
}
</style>
background-color css
<style>
a { background-color: #04246D; }
a { background-color: rgb(4,36,109); }
div.DivClassName
{
background-color: #04246D;
}
.BgClassName
{
background-color: #04246D;
}
</style>
border-color css
<style>
span { border-color: #04246D; }
span { border-color: rgb(4,36,109); }
td.TdClassName
{
border-color: #04246D;
}
.TagClassName
{
border-color: #04246D;
}
</style>