Shades of Sapphire #042266
Tints of Sapphire #042266
RGB
CMYK
RGB Variations
Color information
#042266 (or 0x042266) is known color: Sapphire. HEX triplet: 04, 22 and 66. RGB value is (4,34,102). Sum of RGB (Red+Green+Blue) = 4+34+102=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #042266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042266 is #FBDD99. Grayscale: #202020. Windows color (decimal): -16506266 or 6693380. OLE color: 6693380.
HSL color Cylindrical-coordinate representation of color #042266: hue angle of 221.63º 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 #042266 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 34 | 102 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.6 |
| HSL | 221.63º | 0.92% | 0.21% | - |
| HSV(B) | 221.63º | 0.96% | 0.4% | - |
| XYZ | 3.02 | 2.13 | 12.82 | - |
| YUV | 32.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 102 | 0.96 | 0.67 | 0 | 0.6 | 221.63 | 0.92 | 0.21 |
| Hex | 4 | 22 | 66 | 60 | 43 | 0 | 3C | DE | 5C | 15 |
| Octal | 4 | 42 | 146 | 140 | 103 | 0 | 74 | 336 | 134 | 25 |
| Binary | 100 | 100010 | 1100110 | 1100000 | 1000011 | 0 | 111100 | 11011110 | 1011100 | 10101 |
Color Harmonies of #042266
Complementary color
Monochromatic Colors of #042266
Black with #042266
Text Example
Text Example
White with #042266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042266; }
p { color: rgb(4,34,102); }
H1.HeaderClassName
{
color: #042266;
}
.AnyTagClassName
{
color: #042266;
}
</style>
background-color css
<style>
a { background-color: #042266; }
a { background-color: rgb(4,34,102); }
div.DivClassName
{
background-color: #042266;
}
.BgClassName
{
background-color: #042266;
}
</style>
border-color css
<style>
span { border-color: #042266; }
span { border-color: rgb(4,34,102); }
td.TdClassName
{
border-color: #042266;
}
.TagClassName
{
border-color: #042266;
}
</style>