Shades of Sapphire #042358
Tints of Sapphire #042358
RGB
CMYK
RGB Variations
Color information
#042358 (or 0x042358) is known color: Sapphire. HEX triplet: 04, 23 and 58. RGB value is (4,35,88). Sum of RGB (Red+Green+Blue) = 4+35+88=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #042358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042358 is #FBDCA7. Grayscale: #1F1F1F. Windows color (decimal): -16506024 or 5776132. OLE color: 5776132.
HSL color Cylindrical-coordinate representation of color #042358: hue angle of 217.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042358 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 35 | 88 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.65 |
| HSL | 217.86º | 0.91% | 0.18% | - |
| HSV(B) | 217.86º | 0.95% | 0.35% | - |
| XYZ | 2.41 | 1.93 | 9.48 | - |
| YUV | 31.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 88 | 0.95 | 0.60 | 0 | 0.65 | 217.86 | 0.91 | 0.18 |
| Hex | 4 | 23 | 58 | 5F | 3C | 0 | 41 | DA | 5B | 12 |
| Octal | 4 | 43 | 130 | 137 | 74 | 0 | 101 | 332 | 133 | 22 |
| Binary | 100 | 100011 | 1011000 | 1011111 | 111100 | 0 | 1000001 | 11011010 | 1011011 | 10010 |
Color Harmonies of #042358
Complementary color
Monochromatic Colors of #042358
Black with #042358
Text Example
Text Example
White with #042358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042358; }
p { color: rgb(4,35,88); }
H1.HeaderClassName
{
color: #042358;
}
.AnyTagClassName
{
color: #042358;
}
</style>
background-color css
<style>
a { background-color: #042358; }
a { background-color: rgb(4,35,88); }
div.DivClassName
{
background-color: #042358;
}
.BgClassName
{
background-color: #042358;
}
</style>
border-color css
<style>
span { border-color: #042358; }
span { border-color: rgb(4,35,88); }
td.TdClassName
{
border-color: #042358;
}
.TagClassName
{
border-color: #042358;
}
</style>