Shades of Sapphire #04145A
Tints of Sapphire #04145A
RGB
CMYK
RGB Variations
Color information
#04145A (or 0x04145A) is known color: Sapphire. HEX triplet: 04, 14 and 5A. RGB value is (4,20,90). Sum of RGB (Red+Green+Blue) = 4+20+90=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #04145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145A is #FBEBA5. Grayscale: #161616. Windows color (decimal): -16509862 or 5903364. OLE color: 5903364.
HSL color Cylindrical-coordinate representation of color #04145A: hue angle of 228.84º 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 #04145A is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 20 | 90 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.65 |
| HSL | 228.84º | 0.91% | 0.18% | - |
| HSV(B) | 228.84º | 0.96% | 0.35% | - |
| XYZ | 2.15 | 1.26 | 9.8 | - |
| YUV | 23.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 90 | 0.96 | 0.78 | 0 | 0.65 | 228.84 | 0.91 | 0.18 |
| Hex | 4 | 14 | 5A | 60 | 4E | 0 | 41 | E5 | 5B | 12 |
| Octal | 4 | 24 | 132 | 140 | 116 | 0 | 101 | 345 | 133 | 22 |
| Binary | 100 | 10100 | 1011010 | 1100000 | 1001110 | 0 | 1000001 | 11100101 | 1011011 | 10010 |
Color Harmonies of #04145A
Complementary color
Monochromatic Colors of #04145A
Black with #04145A
Text Example
Text Example
White with #04145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04145A; }
p { color: rgb(4,20,90); }
H1.HeaderClassName
{
color: #04145A;
}
.AnyTagClassName
{
color: #04145A;
}
</style>
background-color css
<style>
a { background-color: #04145A; }
a { background-color: rgb(4,20,90); }
div.DivClassName
{
background-color: #04145A;
}
.BgClassName
{
background-color: #04145A;
}
</style>
border-color css
<style>
span { border-color: #04145A; }
span { border-color: rgb(4,20,90); }
td.TdClassName
{
border-color: #04145A;
}
.TagClassName
{
border-color: #04145A;
}
</style>