Shades of Sapphire #042865
Tints of Sapphire #042865
RGB
CMYK
RGB Variations
Color information
#042865 (or 0x042865) is known color: Sapphire. HEX triplet: 04, 28 and 65. RGB value is (4,40,101). Sum of RGB (Red+Green+Blue) = 4+40+101=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #042865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042865 is #FBD79A. Grayscale: #232323. Windows color (decimal): -16504731 or 6629380. OLE color: 6629380.
HSL color Cylindrical-coordinate representation of color #042865: hue angle of 217.73º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042865 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 40 | 101 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.60 |
| HSL | 217.73º | 0.92% | 0.21% | - |
| HSV(B) | 217.73º | 0.96% | 0.4% | - |
| XYZ | 3.16 | 2.48 | 12.62 | - |
| YUV | 36.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 101 | 0.96 | 0.60 | 0 | 0.60 | 217.73 | 0.92 | 0.21 |
| Hex | 4 | 28 | 65 | 60 | 3C | 0 | 3C | DA | 5C | 15 |
| Octal | 4 | 50 | 145 | 140 | 74 | 0 | 74 | 332 | 134 | 25 |
| Binary | 100 | 101000 | 1100101 | 1100000 | 111100 | 0 | 111100 | 11011010 | 1011100 | 10101 |
Color Harmonies of #042865
Complementary color
Monochromatic Colors of #042865
Black with #042865
Text Example
Text Example
White with #042865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042865; }
p { color: rgb(4,40,101); }
H1.HeaderClassName
{
color: #042865;
}
.AnyTagClassName
{
color: #042865;
}
</style>
background-color css
<style>
a { background-color: #042865; }
a { background-color: rgb(4,40,101); }
div.DivClassName
{
background-color: #042865;
}
.BgClassName
{
background-color: #042865;
}
</style>
border-color css
<style>
span { border-color: #042865; }
span { border-color: rgb(4,40,101); }
td.TdClassName
{
border-color: #042865;
}
.TagClassName
{
border-color: #042865;
}
</style>