Shades of Sapphire #042166
Tints of Sapphire #042166
RGB
CMYK
RGB Variations
Color information
#042166 (or 0x042166) is known color: Sapphire. HEX triplet: 04, 21 and 66. RGB value is (4,33,102). Sum of RGB (Red+Green+Blue) = 4+33+102=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #042166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042166 is #FBDE99. Grayscale: #1F1F1F. Windows color (decimal): -16506522 or 6693124. OLE color: 6693124.
HSL color Cylindrical-coordinate representation of color #042166: hue angle of 222.24º 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 #042166 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 33 | 102 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.6 |
| HSL | 222.24º | 0.92% | 0.21% | - |
| HSV(B) | 222.24º | 0.96% | 0.4% | - |
| XYZ | 2.99 | 2.07 | 12.81 | - |
| YUV | 32.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 102 | 0.96 | 0.68 | 0 | 0.6 | 222.24 | 0.92 | 0.21 |
| Hex | 4 | 21 | 66 | 60 | 44 | 0 | 3C | DE | 5C | 15 |
| Octal | 4 | 41 | 146 | 140 | 104 | 0 | 74 | 336 | 134 | 25 |
| Binary | 100 | 100001 | 1100110 | 1100000 | 1000100 | 0 | 111100 | 11011110 | 1011100 | 10101 |
Color Harmonies of #042166
Complementary color
Monochromatic Colors of #042166
Black with #042166
Text Example
Text Example
White with #042166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042166; }
p { color: rgb(4,33,102); }
H1.HeaderClassName
{
color: #042166;
}
.AnyTagClassName
{
color: #042166;
}
</style>
background-color css
<style>
a { background-color: #042166; }
a { background-color: rgb(4,33,102); }
div.DivClassName
{
background-color: #042166;
}
.BgClassName
{
background-color: #042166;
}
</style>
border-color css
<style>
span { border-color: #042166; }
span { border-color: rgb(4,33,102); }
td.TdClassName
{
border-color: #042166;
}
.TagClassName
{
border-color: #042166;
}
</style>