Shades of Sapphire #042666
Tints of Sapphire #042666
RGB
CMYK
RGB Variations
Color information
#042666 (or 0x042666) is known color: Sapphire. HEX triplet: 04, 26 and 66. RGB value is (4,38,102). Sum of RGB (Red+Green+Blue) = 4+38+102=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #042666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042666 is #FBD999. Grayscale: #222222. Windows color (decimal): -16505242 or 6694404. OLE color: 6694404.
HSL color Cylindrical-coordinate representation of color #042666: hue angle of 219.18º 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 #042666 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 38 | 102 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.6 |
| HSL | 219.18º | 0.92% | 0.21% | - |
| HSV(B) | 219.18º | 0.96% | 0.4% | - |
| XYZ | 3.14 | 2.37 | 12.86 | - |
| YUV | 35.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 102 | 0.96 | 0.63 | 0 | 0.6 | 219.18 | 0.92 | 0.21 |
| Hex | 4 | 26 | 66 | 60 | 3F | 0 | 3C | DB | 5C | 15 |
| Octal | 4 | 46 | 146 | 140 | 77 | 0 | 74 | 333 | 134 | 25 |
| Binary | 100 | 100110 | 1100110 | 1100000 | 111111 | 0 | 111100 | 11011011 | 1011100 | 10101 |
Color Harmonies of #042666
Complementary color
Monochromatic Colors of #042666
Black with #042666
Text Example
Text Example
White with #042666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042666; }
p { color: rgb(4,38,102); }
H1.HeaderClassName
{
color: #042666;
}
.AnyTagClassName
{
color: #042666;
}
</style>
background-color css
<style>
a { background-color: #042666; }
a { background-color: rgb(4,38,102); }
div.DivClassName
{
background-color: #042666;
}
.BgClassName
{
background-color: #042666;
}
</style>
border-color css
<style>
span { border-color: #042666; }
span { border-color: rgb(4,38,102); }
td.TdClassName
{
border-color: #042666;
}
.TagClassName
{
border-color: #042666;
}
</style>