Shades of Sapphire #042568
Tints of Sapphire #042568
RGB
CMYK
RGB Variations
Color information
#042568 (or 0x042568) is known color: Sapphire. HEX triplet: 04, 25 and 68. RGB value is (4,37,104). Sum of RGB (Red+Green+Blue) = 4+37+104=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #042568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042568 is #FBDA97. Grayscale: #222222. Windows color (decimal): -16505496 or 6825220. OLE color: 6825220.
HSL color Cylindrical-coordinate representation of color #042568: hue angle of 220.2º 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 #042568 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 37 | 104 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.59 |
| HSL | 220.2º | 0.93% | 0.21% | - |
| HSV(B) | 220.2º | 0.96% | 0.41% | - |
| XYZ | 3.21 | 2.35 | 13.38 | - |
| YUV | 34.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 104 | 0.96 | 0.64 | 0 | 0.59 | 220.2 | 0.93 | 0.21 |
| Hex | 4 | 25 | 68 | 60 | 40 | 0 | 3B | DC | 5D | 15 |
| Octal | 4 | 45 | 150 | 140 | 100 | 0 | 73 | 334 | 135 | 25 |
| Binary | 100 | 100101 | 1101000 | 1100000 | 1000000 | 0 | 111011 | 11011100 | 1011101 | 10101 |
Color Harmonies of #042568
Complementary color
Monochromatic Colors of #042568
Black with #042568
Text Example
Text Example
White with #042568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042568; }
p { color: rgb(4,37,104); }
H1.HeaderClassName
{
color: #042568;
}
.AnyTagClassName
{
color: #042568;
}
</style>
background-color css
<style>
a { background-color: #042568; }
a { background-color: rgb(4,37,104); }
div.DivClassName
{
background-color: #042568;
}
.BgClassName
{
background-color: #042568;
}
</style>
border-color css
<style>
span { border-color: #042568; }
span { border-color: rgb(4,37,104); }
td.TdClassName
{
border-color: #042568;
}
.TagClassName
{
border-color: #042568;
}
</style>