Shades of Sapphire #04245A
Tints of Sapphire #04245A
RGB
CMYK
RGB Variations
Color information
#04245A (or 0x04245A) is known color: Sapphire. HEX triplet: 04, 24 and 5A. RGB value is (4,36,90). Sum of RGB (Red+Green+Blue) = 4+36+90=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #04245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04245A is #FBDBA5. Grayscale: #202020. Windows color (decimal): -16505766 or 5907460. OLE color: 5907460.
HSL color Cylindrical-coordinate representation of color #04245A: hue angle of 217.67º 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 #04245A is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 36 | 90 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.65 |
| HSL | 217.67º | 0.91% | 0.18% | - |
| HSV(B) | 217.67º | 0.96% | 0.35% | - |
| XYZ | 2.53 | 2.03 | 9.93 | - |
| YUV | 32.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 90 | 0.96 | 0.60 | 0 | 0.65 | 217.67 | 0.91 | 0.18 |
| Hex | 4 | 24 | 5A | 60 | 3C | 0 | 41 | DA | 5B | 12 |
| Octal | 4 | 44 | 132 | 140 | 74 | 0 | 101 | 332 | 133 | 22 |
| Binary | 100 | 100100 | 1011010 | 1100000 | 111100 | 0 | 1000001 | 11011010 | 1011011 | 10010 |
Color Harmonies of #04245A
Complementary color
Monochromatic Colors of #04245A
Black with #04245A
Text Example
Text Example
White with #04245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04245A; }
p { color: rgb(4,36,90); }
H1.HeaderClassName
{
color: #04245A;
}
.AnyTagClassName
{
color: #04245A;
}
</style>
background-color css
<style>
a { background-color: #04245A; }
a { background-color: rgb(4,36,90); }
div.DivClassName
{
background-color: #04245A;
}
.BgClassName
{
background-color: #04245A;
}
</style>
border-color css
<style>
span { border-color: #04245A; }
span { border-color: rgb(4,36,90); }
td.TdClassName
{
border-color: #04245A;
}
.TagClassName
{
border-color: #04245A;
}
</style>