Shades of Sapphire #042869
Tints of Sapphire #042869
RGB
CMYK
RGB Variations
Color information
#042869 (or 0x042869) is known color: Sapphire. HEX triplet: 04, 28 and 69. RGB value is (4,40,105). Sum of RGB (Red+Green+Blue) = 4+40+105=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #042869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042869 is #FBD796. Grayscale: #242424. Windows color (decimal): -16504727 or 6891524. OLE color: 6891524.
HSL color Cylindrical-coordinate representation of color #042869: hue angle of 218.61º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042869 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 40 | 105 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.59 |
| HSL | 218.61º | 0.93% | 0.21% | - |
| HSV(B) | 218.61º | 0.96% | 0.41% | - |
| XYZ | 3.36 | 2.56 | 13.68 | - |
| YUV | 36.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 105 | 0.96 | 0.62 | 0 | 0.59 | 218.61 | 0.93 | 0.21 |
| Hex | 4 | 28 | 69 | 60 | 3E | 0 | 3B | DB | 5D | 15 |
| Octal | 4 | 50 | 151 | 140 | 76 | 0 | 73 | 333 | 135 | 25 |
| Binary | 100 | 101000 | 1101001 | 1100000 | 111110 | 0 | 111011 | 11011011 | 1011101 | 10101 |
Color Harmonies of #042869
Complementary color
Monochromatic Colors of #042869
Black with #042869
Text Example
Text Example
White with #042869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042869; }
p { color: rgb(4,40,105); }
H1.HeaderClassName
{
color: #042869;
}
.AnyTagClassName
{
color: #042869;
}
</style>
background-color css
<style>
a { background-color: #042869; }
a { background-color: rgb(4,40,105); }
div.DivClassName
{
background-color: #042869;
}
.BgClassName
{
background-color: #042869;
}
</style>
border-color css
<style>
span { border-color: #042869; }
span { border-color: rgb(4,40,105); }
td.TdClassName
{
border-color: #042869;
}
.TagClassName
{
border-color: #042869;
}
</style>