Shades of Sapphire #042465
Tints of Sapphire #042465
RGB
CMYK
RGB Variations
Color information
#042465 (or 0x042465) is known color: Sapphire. HEX triplet: 04, 24 and 65. RGB value is (4,36,101). Sum of RGB (Red+Green+Blue) = 4+36+101=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #042465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042465 is #FBDB9A. Grayscale: #212121. Windows color (decimal): -16505755 or 6628356. OLE color: 6628356.
HSL color Cylindrical-coordinate representation of color #042465: hue angle of 220.21º 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 #042465 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 36 | 101 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.60 |
| HSL | 220.21º | 0.92% | 0.21% | - |
| HSV(B) | 220.21º | 0.96% | 0.4% | - |
| XYZ | 3.03 | 2.23 | 12.58 | - |
| YUV | 33.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 101 | 0.96 | 0.64 | 0 | 0.60 | 220.21 | 0.92 | 0.21 |
| Hex | 4 | 24 | 65 | 60 | 40 | 0 | 3C | DC | 5C | 15 |
| Octal | 4 | 44 | 145 | 140 | 100 | 0 | 74 | 334 | 134 | 25 |
| Binary | 100 | 100100 | 1100101 | 1100000 | 1000000 | 0 | 111100 | 11011100 | 1011100 | 10101 |
Color Harmonies of #042465
Complementary color
Monochromatic Colors of #042465
Black with #042465
Text Example
Text Example
White with #042465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042465; }
p { color: rgb(4,36,101); }
H1.HeaderClassName
{
color: #042465;
}
.AnyTagClassName
{
color: #042465;
}
</style>
background-color css
<style>
a { background-color: #042465; }
a { background-color: rgb(4,36,101); }
div.DivClassName
{
background-color: #042465;
}
.BgClassName
{
background-color: #042465;
}
</style>
border-color css
<style>
span { border-color: #042465; }
span { border-color: rgb(4,36,101); }
td.TdClassName
{
border-color: #042465;
}
.TagClassName
{
border-color: #042465;
}
</style>