Shades of Sapphire #04255A
Tints of Sapphire #04255A
RGB
CMYK
RGB Variations
Color information
#04255A (or 0x04255A) is known color: Sapphire. HEX triplet: 04, 25 and 5A. RGB value is (4,37,90). Sum of RGB (Red+Green+Blue) = 4+37+90=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #04255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04255A is #FBDAA5. Grayscale: #202020. Windows color (decimal): -16505510 or 5907716. OLE color: 5907716.
HSL color Cylindrical-coordinate representation of color #04255A: hue angle of 216.98º 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 #04255A is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 37 | 90 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.65 |
| HSL | 216.98º | 0.91% | 0.18% | - |
| HSV(B) | 216.98º | 0.96% | 0.35% | - |
| XYZ | 2.56 | 2.09 | 9.94 | - |
| YUV | 33.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 90 | 0.96 | 0.59 | 0 | 0.65 | 216.98 | 0.91 | 0.18 |
| Hex | 4 | 25 | 5A | 60 | 3B | 0 | 41 | D9 | 5B | 12 |
| Octal | 4 | 45 | 132 | 140 | 73 | 0 | 101 | 331 | 133 | 22 |
| Binary | 100 | 100101 | 1011010 | 1100000 | 111011 | 0 | 1000001 | 11011001 | 1011011 | 10010 |
Color Harmonies of #04255A
Complementary color
Monochromatic Colors of #04255A
Black with #04255A
Text Example
Text Example
White with #04255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04255A; }
p { color: rgb(4,37,90); }
H1.HeaderClassName
{
color: #04255A;
}
.AnyTagClassName
{
color: #04255A;
}
</style>
background-color css
<style>
a { background-color: #04255A; }
a { background-color: rgb(4,37,90); }
div.DivClassName
{
background-color: #04255A;
}
.BgClassName
{
background-color: #04255A;
}
</style>
border-color css
<style>
span { border-color: #04255A; }
span { border-color: rgb(4,37,90); }
td.TdClassName
{
border-color: #04255A;
}
.TagClassName
{
border-color: #04255A;
}
</style>