Shades of Sapphire #041852
Tints of Sapphire #041852
RGB
CMYK
RGB Variations
Color information
#041852 (or 0x041852) is known color: Sapphire. HEX triplet: 04, 18 and 52. RGB value is (4,24,82). Sum of RGB (Red+Green+Blue) = 4+24+82=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #041852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041852 is #FBE7AD. Grayscale: #181818. Windows color (decimal): -16508846 or 5380100. OLE color: 5380100.
HSL color Cylindrical-coordinate representation of color #041852: hue angle of 224.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041852 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 24 | 82 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.68 |
| HSL | 224.62º | 0.91% | 0.17% | - |
| HSV(B) | 224.62º | 0.95% | 0.32% | - |
| XYZ | 1.9 | 1.29 | 8.13 | - |
| YUV | 24.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 82 | 0.95 | 0.71 | 0 | 0.68 | 224.62 | 0.91 | 0.17 |
| Hex | 4 | 18 | 52 | 5F | 47 | 0 | 44 | E1 | 5B | 11 |
| Octal | 4 | 30 | 122 | 137 | 107 | 0 | 104 | 341 | 133 | 21 |
| Binary | 100 | 11000 | 1010010 | 1011111 | 1000111 | 0 | 1000100 | 11100001 | 1011011 | 10001 |
Color Harmonies of #041852
Complementary color
Monochromatic Colors of #041852
Black with #041852
Text Example
Text Example
White with #041852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041852; }
p { color: rgb(4,24,82); }
H1.HeaderClassName
{
color: #041852;
}
.AnyTagClassName
{
color: #041852;
}
</style>
background-color css
<style>
a { background-color: #041852; }
a { background-color: rgb(4,24,82); }
div.DivClassName
{
background-color: #041852;
}
.BgClassName
{
background-color: #041852;
}
</style>
border-color css
<style>
span { border-color: #041852; }
span { border-color: rgb(4,24,82); }
td.TdClassName
{
border-color: #041852;
}
.TagClassName
{
border-color: #041852;
}
</style>