Shades of Sapphire #042453
Tints of Sapphire #042453
RGB
CMYK
RGB Variations
Color information
#042453 (or 0x042453) is known color: Sapphire. HEX triplet: 04, 24 and 53. RGB value is (4,36,83). Sum of RGB (Red+Green+Blue) = 4+36+83=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #042453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042453 is #FBDBAC. Grayscale: #1F1F1F. Windows color (decimal): -16505773 or 5448708. OLE color: 5448708.
HSL color Cylindrical-coordinate representation of color #042453: hue angle of 215.7º 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 #042453 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 36 | 83 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.67 |
| HSL | 215.7º | 0.91% | 0.17% | - |
| HSV(B) | 215.7º | 0.95% | 0.33% | - |
| XYZ | 2.24 | 1.91 | 8.43 | - |
| YUV | 31.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 83 | 0.95 | 0.57 | 0 | 0.67 | 215.7 | 0.91 | 0.17 |
| Hex | 4 | 24 | 53 | 5F | 39 | 0 | 43 | D8 | 5B | 11 |
| Octal | 4 | 44 | 123 | 137 | 71 | 0 | 103 | 330 | 133 | 21 |
| Binary | 100 | 100100 | 1010011 | 1011111 | 111001 | 0 | 1000011 | 11011000 | 1011011 | 10001 |
Color Harmonies of #042453
Complementary color
Monochromatic Colors of #042453
Black with #042453
Text Example
Text Example
White with #042453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042453; }
p { color: rgb(4,36,83); }
H1.HeaderClassName
{
color: #042453;
}
.AnyTagClassName
{
color: #042453;
}
</style>
background-color css
<style>
a { background-color: #042453; }
a { background-color: rgb(4,36,83); }
div.DivClassName
{
background-color: #042453;
}
.BgClassName
{
background-color: #042453;
}
</style>
border-color css
<style>
span { border-color: #042453; }
span { border-color: rgb(4,36,83); }
td.TdClassName
{
border-color: #042453;
}
.TagClassName
{
border-color: #042453;
}
</style>