Shades of Sapphire #041568
Tints of Sapphire #041568
RGB
CMYK
RGB Variations
Color information
#041568 (or 0x041568) is known color: Sapphire. HEX triplet: 04, 15 and 68. RGB value is (4,21,104). Sum of RGB (Red+Green+Blue) = 4+21+104=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #041568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041568 is #FBEA97. Grayscale: #191919. Windows color (decimal): -16509592 or 6821124. OLE color: 6821124.
HSL color Cylindrical-coordinate representation of color #041568: hue angle of 229.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041568 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 21 | 104 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.59 |
| HSL | 229.8º | 0.93% | 0.21% | - |
| HSV(B) | 229.8º | 0.96% | 0.41% | - |
| XYZ | 2.82 | 1.56 | 13.25 | - |
| YUV | 25.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 104 | 0.96 | 0.80 | 0 | 0.59 | 229.8 | 0.93 | 0.21 |
| Hex | 4 | 15 | 68 | 60 | 50 | 0 | 3B | E6 | 5D | 15 |
| Octal | 4 | 25 | 150 | 140 | 120 | 0 | 73 | 346 | 135 | 25 |
| Binary | 100 | 10101 | 1101000 | 1100000 | 1010000 | 0 | 111011 | 11100110 | 1011101 | 10101 |
Color Harmonies of #041568
Complementary color
Monochromatic Colors of #041568
Black with #041568
Text Example
Text Example
White with #041568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041568; }
p { color: rgb(4,21,104); }
H1.HeaderClassName
{
color: #041568;
}
.AnyTagClassName
{
color: #041568;
}
</style>
background-color css
<style>
a { background-color: #041568; }
a { background-color: rgb(4,21,104); }
div.DivClassName
{
background-color: #041568;
}
.BgClassName
{
background-color: #041568;
}
</style>
border-color css
<style>
span { border-color: #041568; }
span { border-color: rgb(4,21,104); }
td.TdClassName
{
border-color: #041568;
}
.TagClassName
{
border-color: #041568;
}
</style>