Shades of Sapphire #042C68
Tints of Sapphire #042C68
RGB
CMYK
RGB Variations
Color information
#042C68 (or 0x042C68) is known color: Sapphire. HEX triplet: 04, 2C and 68. RGB value is (4,44,104). Sum of RGB (Red+Green+Blue) = 4+44+104=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #042C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C68 is #FBD397. Grayscale: #262626. Windows color (decimal): -16503704 or 6827012. OLE color: 6827012.
HSL color Cylindrical-coordinate representation of color #042C68: hue angle of 216º 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 #042C68 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 44 | 104 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.59 |
| HSL | 216º | 0.93% | 0.21% | - |
| HSV(B) | 216º | 0.96% | 0.41% | - |
| XYZ | 3.45 | 2.83 | 13.46 | - |
| YUV | 38.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 104 | 0.96 | 0.58 | 0 | 0.59 | 216 | 0.93 | 0.21 |
| Hex | 4 | 2C | 68 | 60 | 3A | 0 | 3B | D8 | 5D | 15 |
| Octal | 4 | 54 | 150 | 140 | 72 | 0 | 73 | 330 | 135 | 25 |
| Binary | 100 | 101100 | 1101000 | 1100000 | 111010 | 0 | 111011 | 11011000 | 1011101 | 10101 |
Color Harmonies of #042C68
Complementary color
Monochromatic Colors of #042C68
Black with #042C68
Text Example
Text Example
White with #042C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C68; }
p { color: rgb(4,44,104); }
H1.HeaderClassName
{
color: #042C68;
}
.AnyTagClassName
{
color: #042C68;
}
</style>
background-color css
<style>
a { background-color: #042C68; }
a { background-color: rgb(4,44,104); }
div.DivClassName
{
background-color: #042C68;
}
.BgClassName
{
background-color: #042C68;
}
</style>
border-color css
<style>
span { border-color: #042C68; }
span { border-color: rgb(4,44,104); }
td.TdClassName
{
border-color: #042C68;
}
.TagClassName
{
border-color: #042C68;
}
</style>