Shades of Sapphire #04225A
Tints of Sapphire #04225A
RGB
CMYK
RGB Variations
Color information
#04225A (or 0x04225A) is known color: Sapphire. HEX triplet: 04, 22 and 5A. RGB value is (4,34,90). Sum of RGB (Red+Green+Blue) = 4+34+90=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #04225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225A is #FBDDA5. Grayscale: #1F1F1F. Windows color (decimal): -16506278 or 5906948. OLE color: 5906948.
HSL color Cylindrical-coordinate representation of color #04225A: hue angle of 219.07º 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 #04225A is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 34 | 90 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.65 |
| HSL | 219.07º | 0.91% | 0.18% | - |
| HSV(B) | 219.07º | 0.96% | 0.35% | - |
| XYZ | 2.47 | 1.91 | 9.91 | - |
| YUV | 31.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 90 | 0.96 | 0.62 | 0 | 0.65 | 219.07 | 0.91 | 0.18 |
| Hex | 4 | 22 | 5A | 60 | 3E | 0 | 41 | DB | 5B | 12 |
| Octal | 4 | 42 | 132 | 140 | 76 | 0 | 101 | 333 | 133 | 22 |
| Binary | 100 | 100010 | 1011010 | 1100000 | 111110 | 0 | 1000001 | 11011011 | 1011011 | 10010 |
Color Harmonies of #04225A
Complementary color
Monochromatic Colors of #04225A
Black with #04225A
Text Example
Text Example
White with #04225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04225A; }
p { color: rgb(4,34,90); }
H1.HeaderClassName
{
color: #04225A;
}
.AnyTagClassName
{
color: #04225A;
}
</style>
background-color css
<style>
a { background-color: #04225A; }
a { background-color: rgb(4,34,90); }
div.DivClassName
{
background-color: #04225A;
}
.BgClassName
{
background-color: #04225A;
}
</style>
border-color css
<style>
span { border-color: #04225A; }
span { border-color: rgb(4,34,90); }
td.TdClassName
{
border-color: #04225A;
}
.TagClassName
{
border-color: #04225A;
}
</style>