Shades of Sapphire #04145C
Tints of Sapphire #04145C
RGB
CMYK
RGB Variations
Color information
#04145C (or 0x04145C) is known color: Sapphire. HEX triplet: 04, 14 and 5C. RGB value is (4,20,92). Sum of RGB (Red+Green+Blue) = 4+20+92=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #04145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04145C is #FBEBA3. Grayscale: #171717. Windows color (decimal): -16509860 or 6034436. OLE color: 6034436.
HSL color Cylindrical-coordinate representation of color #04145C: hue angle of 229.09º 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 #04145C is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 20 | 92 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.64 |
| HSL | 229.09º | 0.92% | 0.19% | - |
| HSV(B) | 229.09º | 0.96% | 0.36% | - |
| XYZ | 2.23 | 1.3 | 10.26 | - |
| YUV | 23.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 92 | 0.96 | 0.78 | 0 | 0.64 | 229.09 | 0.92 | 0.19 |
| Hex | 4 | 14 | 5C | 60 | 4E | 0 | 40 | E5 | 5C | 13 |
| Octal | 4 | 24 | 134 | 140 | 116 | 0 | 100 | 345 | 134 | 23 |
| Binary | 100 | 10100 | 1011100 | 1100000 | 1001110 | 0 | 1000000 | 11100101 | 1011100 | 10011 |
Color Harmonies of #04145C
Complementary color
Monochromatic Colors of #04145C
Black with #04145C
Text Example
Text Example
White with #04145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04145C; }
p { color: rgb(4,20,92); }
H1.HeaderClassName
{
color: #04145C;
}
.AnyTagClassName
{
color: #04145C;
}
</style>
background-color css
<style>
a { background-color: #04145C; }
a { background-color: rgb(4,20,92); }
div.DivClassName
{
background-color: #04145C;
}
.BgClassName
{
background-color: #04145C;
}
</style>
border-color css
<style>
span { border-color: #04145C; }
span { border-color: rgb(4,20,92); }
td.TdClassName
{
border-color: #04145C;
}
.TagClassName
{
border-color: #04145C;
}
</style>