Shades of Sapphire #04285E
Tints of Sapphire #04285E
RGB
CMYK
RGB Variations
Color information
#04285E (or 0x04285E) is known color: Sapphire. HEX triplet: 04, 28 and 5E. RGB value is (4,40,94). Sum of RGB (Red+Green+Blue) = 4+40+94=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #04285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285E is #FBD7A1. Grayscale: #232323. Windows color (decimal): -16504738 or 6170628. OLE color: 6170628.
HSL color Cylindrical-coordinate representation of color #04285E: hue angle of 216º 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 #04285E is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 40 | 94 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.63 |
| HSL | 216º | 0.92% | 0.19% | - |
| HSV(B) | 216º | 0.96% | 0.37% | - |
| XYZ | 2.83 | 2.35 | 10.89 | - |
| YUV | 35.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 94 | 0.96 | 0.57 | 0 | 0.63 | 216 | 0.92 | 0.19 |
| Hex | 4 | 28 | 5E | 60 | 39 | 0 | 3F | D8 | 5C | 13 |
| Octal | 4 | 50 | 136 | 140 | 71 | 0 | 77 | 330 | 134 | 23 |
| Binary | 100 | 101000 | 1011110 | 1100000 | 111001 | 0 | 111111 | 11011000 | 1011100 | 10011 |
Color Harmonies of #04285E
Complementary color
Monochromatic Colors of #04285E
Black with #04285E
Text Example
Text Example
White with #04285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04285E; }
p { color: rgb(4,40,94); }
H1.HeaderClassName
{
color: #04285E;
}
.AnyTagClassName
{
color: #04285E;
}
</style>
background-color css
<style>
a { background-color: #04285E; }
a { background-color: rgb(4,40,94); }
div.DivClassName
{
background-color: #04285E;
}
.BgClassName
{
background-color: #04285E;
}
</style>
border-color css
<style>
span { border-color: #04285E; }
span { border-color: rgb(4,40,94); }
td.TdClassName
{
border-color: #04285E;
}
.TagClassName
{
border-color: #04285E;
}
</style>