Shades of Sapphire #040C57
Tints of Sapphire #040C57
RGB
CMYK
RGB Variations
Color information
#040C57 (or 0x040C57) is known color: Sapphire. HEX triplet: 04, 0C and 57. RGB value is (4,12,87). Sum of RGB (Red+Green+Blue) = 4+12+87=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #040C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C57 is #FBF3A8. Grayscale: #111111. Windows color (decimal): -16511913 or 5704708. OLE color: 5704708.
HSL color Cylindrical-coordinate representation of color #040C57: hue angle of 234.22º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C57 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 12 | 87 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.66 |
| HSL | 234.22º | 0.91% | 0.18% | - |
| HSV(B) | 234.22º | 0.95% | 0.34% | - |
| XYZ | 1.9 | 0.98 | 9.11 | - |
| YUV | 18.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 87 | 0.95 | 0.86 | 0 | 0.66 | 234.22 | 0.91 | 0.18 |
| Hex | 4 | C | 57 | 5F | 56 | 0 | 42 | EA | 5B | 12 |
| Octal | 4 | 14 | 127 | 137 | 126 | 0 | 102 | 352 | 133 | 22 |
| Binary | 100 | 1100 | 1010111 | 1011111 | 1010110 | 0 | 1000010 | 11101010 | 1011011 | 10010 |
Color Harmonies of #040C57
Complementary color
Monochromatic Colors of #040C57
Black with #040C57
Text Example
Text Example
White with #040C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C57; }
p { color: rgb(4,12,87); }
H1.HeaderClassName
{
color: #040C57;
}
.AnyTagClassName
{
color: #040C57;
}
</style>
background-color css
<style>
a { background-color: #040C57; }
a { background-color: rgb(4,12,87); }
div.DivClassName
{
background-color: #040C57;
}
.BgClassName
{
background-color: #040C57;
}
</style>
border-color css
<style>
span { border-color: #040C57; }
span { border-color: rgb(4,12,87); }
td.TdClassName
{
border-color: #040C57;
}
.TagClassName
{
border-color: #040C57;
}
</style>