Shades of Sapphire #04145B
Tints of Sapphire #04145B
RGB
CMYK
RGB Variations
Color information
#04145B (or 0x04145B) is known color: Sapphire. HEX triplet: 04, 14 and 5B. RGB value is (4,20,91). Sum of RGB (Red+Green+Blue) = 4+20+91=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #04145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145B is #FBEBA4. Grayscale: #171717. Windows color (decimal): -16509861 or 5968900. OLE color: 5968900.
HSL color Cylindrical-coordinate representation of color #04145B: hue angle of 228.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04145B is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 20 | 91 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.64 |
| HSL | 228.97º | 0.92% | 0.19% | - |
| HSV(B) | 228.97º | 0.96% | 0.36% | - |
| XYZ | 2.19 | 1.28 | 10.03 | - |
| YUV | 23.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 91 | 0.96 | 0.78 | 0 | 0.64 | 228.97 | 0.92 | 0.19 |
| Hex | 4 | 14 | 5B | 60 | 4E | 0 | 40 | E5 | 5C | 13 |
| Octal | 4 | 24 | 133 | 140 | 116 | 0 | 100 | 345 | 134 | 23 |
| Binary | 100 | 10100 | 1011011 | 1100000 | 1001110 | 0 | 1000000 | 11100101 | 1011100 | 10011 |
Color Harmonies of #04145B
Complementary color
Monochromatic Colors of #04145B
Black with #04145B
Text Example
Text Example
White with #04145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04145B; }
p { color: rgb(4,20,91); }
H1.HeaderClassName
{
color: #04145B;
}
.AnyTagClassName
{
color: #04145B;
}
</style>
background-color css
<style>
a { background-color: #04145B; }
a { background-color: rgb(4,20,91); }
div.DivClassName
{
background-color: #04145B;
}
.BgClassName
{
background-color: #04145B;
}
</style>
border-color css
<style>
span { border-color: #04145B; }
span { border-color: rgb(4,20,91); }
td.TdClassName
{
border-color: #04145B;
}
.TagClassName
{
border-color: #04145B;
}
</style>