Shades of Sapphire #04215A
Tints of Sapphire #04215A
RGB
CMYK
RGB Variations
Color information
#04215A (or 0x04215A) is known color: Sapphire. HEX triplet: 04, 21 and 5A. RGB value is (4,33,90). Sum of RGB (Red+Green+Blue) = 4+33+90=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #04215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04215A is #FBDEA5. Grayscale: #1E1E1E. Windows color (decimal): -16506534 or 5906692. OLE color: 5906692.
HSL color Cylindrical-coordinate representation of color #04215A: hue angle of 219.77º 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 #04215A is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 33 | 90 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.65 |
| HSL | 219.77º | 0.91% | 0.18% | - |
| HSV(B) | 219.77º | 0.96% | 0.35% | - |
| XYZ | 2.44 | 1.85 | 9.9 | - |
| YUV | 30.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 90 | 0.96 | 0.63 | 0 | 0.65 | 219.77 | 0.91 | 0.18 |
| Hex | 4 | 21 | 5A | 60 | 3F | 0 | 41 | DC | 5B | 12 |
| Octal | 4 | 41 | 132 | 140 | 77 | 0 | 101 | 334 | 133 | 22 |
| Binary | 100 | 100001 | 1011010 | 1100000 | 111111 | 0 | 1000001 | 11011100 | 1011011 | 10010 |
Color Harmonies of #04215A
Complementary color
Monochromatic Colors of #04215A
Black with #04215A
Text Example
Text Example
White with #04215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04215A; }
p { color: rgb(4,33,90); }
H1.HeaderClassName
{
color: #04215A;
}
.AnyTagClassName
{
color: #04215A;
}
</style>
background-color css
<style>
a { background-color: #04215A; }
a { background-color: rgb(4,33,90); }
div.DivClassName
{
background-color: #04215A;
}
.BgClassName
{
background-color: #04215A;
}
</style>
border-color css
<style>
span { border-color: #04215A; }
span { border-color: rgb(4,33,90); }
td.TdClassName
{
border-color: #04215A;
}
.TagClassName
{
border-color: #04215A;
}
</style>