Shades of Sapphire #042669
Tints of Sapphire #042669
RGB
CMYK
RGB Variations
Color information
#042669 (or 0x042669) is known color: Sapphire. HEX triplet: 04, 26 and 69. RGB value is (4,38,105). Sum of RGB (Red+Green+Blue) = 4+38+105=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #042669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042669 is #FBD996. Grayscale: #232323. Windows color (decimal): -16505239 or 6891012. OLE color: 6891012.
HSL color Cylindrical-coordinate representation of color #042669: hue angle of 219.8º 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 #042669 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 38 | 105 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.59 |
| HSL | 219.8º | 0.93% | 0.21% | - |
| HSV(B) | 219.8º | 0.96% | 0.41% | - |
| XYZ | 3.29 | 2.43 | 13.66 | - |
| YUV | 35.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 105 | 0.96 | 0.64 | 0 | 0.59 | 219.8 | 0.93 | 0.21 |
| Hex | 4 | 26 | 69 | 60 | 40 | 0 | 3B | DC | 5D | 15 |
| Octal | 4 | 46 | 151 | 140 | 100 | 0 | 73 | 334 | 135 | 25 |
| Binary | 100 | 100110 | 1101001 | 1100000 | 1000000 | 0 | 111011 | 11011100 | 1011101 | 10101 |
Color Harmonies of #042669
Complementary color
Monochromatic Colors of #042669
Black with #042669
Text Example
Text Example
White with #042669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042669; }
p { color: rgb(4,38,105); }
H1.HeaderClassName
{
color: #042669;
}
.AnyTagClassName
{
color: #042669;
}
</style>
background-color css
<style>
a { background-color: #042669; }
a { background-color: rgb(4,38,105); }
div.DivClassName
{
background-color: #042669;
}
.BgClassName
{
background-color: #042669;
}
</style>
border-color css
<style>
span { border-color: #042669; }
span { border-color: rgb(4,38,105); }
td.TdClassName
{
border-color: #042669;
}
.TagClassName
{
border-color: #042669;
}
</style>