Shades of Sapphire #042565
Tints of Sapphire #042565
RGB
CMYK
RGB Variations
Color information
#042565 (or 0x042565) is known color: Sapphire. HEX triplet: 04, 25 and 65. RGB value is (4,37,101). Sum of RGB (Red+Green+Blue) = 4+37+101=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #042565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042565 is #FBDA9A. Grayscale: #222222. Windows color (decimal): -16505499 or 6628612. OLE color: 6628612.
HSL color Cylindrical-coordinate representation of color #042565: hue angle of 219.59º 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 #042565 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 37 | 101 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.60 |
| HSL | 219.59º | 0.92% | 0.21% | - |
| HSV(B) | 219.59º | 0.96% | 0.4% | - |
| XYZ | 3.06 | 2.29 | 12.59 | - |
| YUV | 34.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 101 | 0.96 | 0.63 | 0 | 0.60 | 219.59 | 0.92 | 0.21 |
| Hex | 4 | 25 | 65 | 60 | 3F | 0 | 3C | DC | 5C | 15 |
| Octal | 4 | 45 | 145 | 140 | 77 | 0 | 74 | 334 | 134 | 25 |
| Binary | 100 | 100101 | 1100101 | 1100000 | 111111 | 0 | 111100 | 11011100 | 1011100 | 10101 |
Color Harmonies of #042565
Complementary color
Monochromatic Colors of #042565
Black with #042565
Text Example
Text Example
White with #042565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042565; }
p { color: rgb(4,37,101); }
H1.HeaderClassName
{
color: #042565;
}
.AnyTagClassName
{
color: #042565;
}
</style>
background-color css
<style>
a { background-color: #042565; }
a { background-color: rgb(4,37,101); }
div.DivClassName
{
background-color: #042565;
}
.BgClassName
{
background-color: #042565;
}
</style>
border-color css
<style>
span { border-color: #042565; }
span { border-color: rgb(4,37,101); }
td.TdClassName
{
border-color: #042565;
}
.TagClassName
{
border-color: #042565;
}
</style>