Shades of Sapphire #042353
Tints of Sapphire #042353
RGB
CMYK
RGB Variations
Color information
#042353 (or 0x042353) is known color: Sapphire. HEX triplet: 04, 23 and 53. RGB value is (4,35,83). Sum of RGB (Red+Green+Blue) = 4+35+83=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #042353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042353 is #FBDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16506029 or 5448452. OLE color: 5448452.
HSL color Cylindrical-coordinate representation of color #042353: hue angle of 216.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042353 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 35 | 83 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.67 |
| HSL | 216.46º | 0.91% | 0.17% | - |
| HSV(B) | 216.46º | 0.95% | 0.33% | - |
| XYZ | 2.21 | 1.85 | 8.42 | - |
| YUV | 31.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 83 | 0.95 | 0.58 | 0 | 0.67 | 216.46 | 0.91 | 0.17 |
| Hex | 4 | 23 | 53 | 5F | 3A | 0 | 43 | D8 | 5B | 11 |
| Octal | 4 | 43 | 123 | 137 | 72 | 0 | 103 | 330 | 133 | 21 |
| Binary | 100 | 100011 | 1010011 | 1011111 | 111010 | 0 | 1000011 | 11011000 | 1011011 | 10001 |
Color Harmonies of #042353
Complementary color
Monochromatic Colors of #042353
Black with #042353
Text Example
Text Example
White with #042353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042353; }
p { color: rgb(4,35,83); }
H1.HeaderClassName
{
color: #042353;
}
.AnyTagClassName
{
color: #042353;
}
</style>
background-color css
<style>
a { background-color: #042353; }
a { background-color: rgb(4,35,83); }
div.DivClassName
{
background-color: #042353;
}
.BgClassName
{
background-color: #042353;
}
</style>
border-color css
<style>
span { border-color: #042353; }
span { border-color: rgb(4,35,83); }
td.TdClassName
{
border-color: #042353;
}
.TagClassName
{
border-color: #042353;
}
</style>