Shades of Sapphire #04285B
Tints of Sapphire #04285B
RGB
CMYK
RGB Variations
Color information
#04285B (or 0x04285B) is known color: Sapphire. HEX triplet: 04, 28 and 5B. RGB value is (4,40,91). Sum of RGB (Red+Green+Blue) = 4+40+91=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #04285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285B is #FBD7A4. Grayscale: #222222. Windows color (decimal): -16504741 or 5974020. OLE color: 5974020.
HSL color Cylindrical-coordinate representation of color #04285B: hue angle of 215.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04285B is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 40 | 91 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.64 |
| HSL | 215.17º | 0.92% | 0.19% | - |
| HSV(B) | 215.17º | 0.96% | 0.36% | - |
| XYZ | 2.7 | 2.3 | 10.2 | - |
| YUV | 35.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 91 | 0.96 | 0.56 | 0 | 0.64 | 215.17 | 0.92 | 0.19 |
| Hex | 4 | 28 | 5B | 60 | 38 | 0 | 40 | D7 | 5C | 13 |
| Octal | 4 | 50 | 133 | 140 | 70 | 0 | 100 | 327 | 134 | 23 |
| Binary | 100 | 101000 | 1011011 | 1100000 | 111000 | 0 | 1000000 | 11010111 | 1011100 | 10011 |
Color Harmonies of #04285B
Complementary color
Monochromatic Colors of #04285B
Black with #04285B
Text Example
Text Example
White with #04285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04285B; }
p { color: rgb(4,40,91); }
H1.HeaderClassName
{
color: #04285B;
}
.AnyTagClassName
{
color: #04285B;
}
</style>
background-color css
<style>
a { background-color: #04285B; }
a { background-color: rgb(4,40,91); }
div.DivClassName
{
background-color: #04285B;
}
.BgClassName
{
background-color: #04285B;
}
</style>
border-color css
<style>
span { border-color: #04285B; }
span { border-color: rgb(4,40,91); }
td.TdClassName
{
border-color: #04285B;
}
.TagClassName
{
border-color: #04285B;
}
</style>