Shades of Sapphire #042168
Tints of Sapphire #042168
RGB
CMYK
RGB Variations
Color information
#042168 (or 0x042168) is known color: Sapphire. HEX triplet: 04, 21 and 68. RGB value is (4,33,104). Sum of RGB (Red+Green+Blue) = 4+33+104=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #042168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042168 is #FBDE97. Grayscale: #202020. Windows color (decimal): -16506520 or 6824196. OLE color: 6824196.
HSL color Cylindrical-coordinate representation of color #042168: hue angle of 222.6º 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 #042168 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 33 | 104 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.59 |
| HSL | 222.6º | 0.93% | 0.21% | - |
| HSV(B) | 222.6º | 0.96% | 0.41% | - |
| XYZ | 3.09 | 2.11 | 13.34 | - |
| YUV | 32.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 104 | 0.96 | 0.68 | 0 | 0.59 | 222.6 | 0.93 | 0.21 |
| Hex | 4 | 21 | 68 | 60 | 44 | 0 | 3B | DF | 5D | 15 |
| Octal | 4 | 41 | 150 | 140 | 104 | 0 | 73 | 337 | 135 | 25 |
| Binary | 100 | 100001 | 1101000 | 1100000 | 1000100 | 0 | 111011 | 11011111 | 1011101 | 10101 |
Color Harmonies of #042168
Complementary color
Monochromatic Colors of #042168
Black with #042168
Text Example
Text Example
White with #042168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042168; }
p { color: rgb(4,33,104); }
H1.HeaderClassName
{
color: #042168;
}
.AnyTagClassName
{
color: #042168;
}
</style>
background-color css
<style>
a { background-color: #042168; }
a { background-color: rgb(4,33,104); }
div.DivClassName
{
background-color: #042168;
}
.BgClassName
{
background-color: #042168;
}
</style>
border-color css
<style>
span { border-color: #042168; }
span { border-color: rgb(4,33,104); }
td.TdClassName
{
border-color: #042168;
}
.TagClassName
{
border-color: #042168;
}
</style>