Shades of Sapphire #04165A
Tints of Sapphire #04165A
RGB
CMYK
RGB Variations
Color information
#04165A (or 0x04165A) is known color: Sapphire. HEX triplet: 04, 16 and 5A. RGB value is (4,22,90). Sum of RGB (Red+Green+Blue) = 4+22+90=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #04165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04165A is #FBE9A5. Grayscale: #181818. Windows color (decimal): -16509350 or 5903876. OLE color: 5903876.
HSL color Cylindrical-coordinate representation of color #04165A: hue angle of 227.44º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04165A is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 22 | 90 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.65 |
| HSL | 227.44º | 0.91% | 0.18% | - |
| HSV(B) | 227.44º | 0.96% | 0.35% | - |
| XYZ | 2.18 | 1.34 | 9.82 | - |
| YUV | 24.37 | 165.04 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 90 | 0.96 | 0.76 | 0 | 0.65 | 227.44 | 0.91 | 0.18 |
| Hex | 4 | 16 | 5A | 60 | 4C | 0 | 41 | E3 | 5B | 12 |
| Octal | 4 | 26 | 132 | 140 | 114 | 0 | 101 | 343 | 133 | 22 |
| Binary | 100 | 10110 | 1011010 | 1100000 | 1001100 | 0 | 1000001 | 11100011 | 1011011 | 10010 |
Color Harmonies of #04165A
Complementary color
Monochromatic Colors of #04165A
Black with #04165A
Text Example
Text Example
White with #04165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04165A; }
p { color: rgb(4,22,90); }
H1.HeaderClassName
{
color: #04165A;
}
.AnyTagClassName
{
color: #04165A;
}
</style>
background-color css
<style>
a { background-color: #04165A; }
a { background-color: rgb(4,22,90); }
div.DivClassName
{
background-color: #04165A;
}
.BgClassName
{
background-color: #04165A;
}
</style>
border-color css
<style>
span { border-color: #04165A; }
span { border-color: rgb(4,22,90); }
td.TdClassName
{
border-color: #04165A;
}
.TagClassName
{
border-color: #04165A;
}
</style>