Shades of Sapphire #04286E
Tints of Sapphire #04286E
RGB
CMYK
RGB Variations
Color information
#04286E (or 0x04286E) is known color: Sapphire. HEX triplet: 04, 28 and 6E. RGB value is (4,40,110). Sum of RGB (Red+Green+Blue) = 4+40+110=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 110 (43.36% from 255 or 71.43% from 154); Max value from RGB is 110 - color contains mainly: blue. Hex color #04286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04286E is #FBD791. Grayscale: #242424. Windows color (decimal): -16504722 or 7219204. OLE color: 7219204.
HSL color Cylindrical-coordinate representation of color #04286E: hue angle of 219.62º 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 #04286E is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 40 | 110 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.57 |
| HSL | 219.62º | 0.93% | 0.22% | - |
| HSV(B) | 219.62º | 0.96% | 0.43% | - |
| XYZ | 3.62 | 2.67 | 15.08 | - |
| YUV | 37.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 110 | 0.96 | 0.64 | 0 | 0.57 | 219.62 | 0.93 | 0.22 |
| Hex | 4 | 28 | 6E | 60 | 40 | 0 | 39 | DC | 5D | 16 |
| Octal | 4 | 50 | 156 | 140 | 100 | 0 | 71 | 334 | 135 | 26 |
| Binary | 100 | 101000 | 1101110 | 1100000 | 1000000 | 0 | 111001 | 11011100 | 1011101 | 10110 |
Color Harmonies of #04286E
Complementary color
Monochromatic Colors of #04286E
Black with #04286E
Text Example
Text Example
White with #04286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04286E; }
p { color: rgb(4,40,110); }
H1.HeaderClassName
{
color: #04286E;
}
.AnyTagClassName
{
color: #04286E;
}
</style>
background-color css
<style>
a { background-color: #04286E; }
a { background-color: rgb(4,40,110); }
div.DivClassName
{
background-color: #04286E;
}
.BgClassName
{
background-color: #04286E;
}
</style>
border-color css
<style>
span { border-color: #04286E; }
span { border-color: rgb(4,40,110); }
td.TdClassName
{
border-color: #04286E;
}
.TagClassName
{
border-color: #04286E;
}
</style>