Shades of Sapphire #04215C
Tints of Sapphire #04215C
RGB
CMYK
RGB Variations
Color information
#04215C (or 0x04215C) is known color: Sapphire. HEX triplet: 04, 21 and 5C. RGB value is (4,33,92). Sum of RGB (Red+Green+Blue) = 4+33+92=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #04215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04215C is #FBDEA3. Grayscale: #1E1E1E. Windows color (decimal): -16506532 or 6037764. OLE color: 6037764.
HSL color Cylindrical-coordinate representation of color #04215C: hue angle of 220.23º 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 #04215C is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 33 | 92 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.64 |
| HSL | 220.23º | 0.92% | 0.19% | - |
| HSV(B) | 220.23º | 0.96% | 0.36% | - |
| XYZ | 2.53 | 1.89 | 10.36 | - |
| YUV | 31.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 92 | 0.96 | 0.64 | 0 | 0.64 | 220.23 | 0.92 | 0.19 |
| Hex | 4 | 21 | 5C | 60 | 40 | 0 | 40 | DC | 5C | 13 |
| Octal | 4 | 41 | 134 | 140 | 100 | 0 | 100 | 334 | 134 | 23 |
| Binary | 100 | 100001 | 1011100 | 1100000 | 1000000 | 0 | 1000000 | 11011100 | 1011100 | 10011 |
Color Harmonies of #04215C
Complementary color
Monochromatic Colors of #04215C
Black with #04215C
Text Example
Text Example
White with #04215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04215C; }
p { color: rgb(4,33,92); }
H1.HeaderClassName
{
color: #04215C;
}
.AnyTagClassName
{
color: #04215C;
}
</style>
background-color css
<style>
a { background-color: #04215C; }
a { background-color: rgb(4,33,92); }
div.DivClassName
{
background-color: #04215C;
}
.BgClassName
{
background-color: #04215C;
}
</style>
border-color css
<style>
span { border-color: #04215C; }
span { border-color: rgb(4,33,92); }
td.TdClassName
{
border-color: #04215C;
}
.TagClassName
{
border-color: #04215C;
}
</style>