Shades of Sapphire #041352
Tints of Sapphire #041352
RGB
CMYK
RGB Variations
Color information
#041352 (or 0x041352) is known color: Sapphire. HEX triplet: 04, 13 and 52. RGB value is (4,19,82). Sum of RGB (Red+Green+Blue) = 4+19+82=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #041352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041352 is #FBECAD. Grayscale: #151515. Windows color (decimal): -16510126 or 5378820. OLE color: 5378820.
HSL color Cylindrical-coordinate representation of color #041352: hue angle of 228.46º 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 #041352 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 19 | 82 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.68 |
| HSL | 228.46º | 0.91% | 0.17% | - |
| HSV(B) | 228.46º | 0.95% | 0.32% | - |
| XYZ | 1.81 | 1.1 | 8.1 | - |
| YUV | 21.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 82 | 0.95 | 0.77 | 0 | 0.68 | 228.46 | 0.91 | 0.17 |
| Hex | 4 | 13 | 52 | 5F | 4D | 0 | 44 | E4 | 5B | 11 |
| Octal | 4 | 23 | 122 | 137 | 115 | 0 | 104 | 344 | 133 | 21 |
| Binary | 100 | 10011 | 1010010 | 1011111 | 1001101 | 0 | 1000100 | 11100100 | 1011011 | 10001 |
Color Harmonies of #041352
Complementary color
Monochromatic Colors of #041352
Black with #041352
Text Example
Text Example
White with #041352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041352; }
p { color: rgb(4,19,82); }
H1.HeaderClassName
{
color: #041352;
}
.AnyTagClassName
{
color: #041352;
}
</style>
background-color css
<style>
a { background-color: #041352; }
a { background-color: rgb(4,19,82); }
div.DivClassName
{
background-color: #041352;
}
.BgClassName
{
background-color: #041352;
}
</style>
border-color css
<style>
span { border-color: #041352; }
span { border-color: rgb(4,19,82); }
td.TdClassName
{
border-color: #041352;
}
.TagClassName
{
border-color: #041352;
}
</style>