Shades of Sapphire #04255D
Tints of Sapphire #04255D
RGB
CMYK
RGB Variations
Color information
#04255D (or 0x04255D) is known color: Sapphire. HEX triplet: 04, 25 and 5D. RGB value is (4,37,93). Sum of RGB (Red+Green+Blue) = 4+37+93=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #04255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04255D is #FBDAA2. Grayscale: #212121. Windows color (decimal): -16505507 or 6104324. OLE color: 6104324.
HSL color Cylindrical-coordinate representation of color #04255D: hue angle of 217.75º 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 #04255D is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 37 | 93 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.64 |
| HSL | 217.75º | 0.92% | 0.19% | - |
| HSV(B) | 217.75º | 0.96% | 0.36% | - |
| XYZ | 2.69 | 2.14 | 10.63 | - |
| YUV | 33.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 93 | 0.96 | 0.60 | 0 | 0.64 | 217.75 | 0.92 | 0.19 |
| Hex | 4 | 25 | 5D | 60 | 3C | 0 | 40 | DA | 5C | 13 |
| Octal | 4 | 45 | 135 | 140 | 74 | 0 | 100 | 332 | 134 | 23 |
| Binary | 100 | 100101 | 1011101 | 1100000 | 111100 | 0 | 1000000 | 11011010 | 1011100 | 10011 |
Color Harmonies of #04255D
Complementary color
Monochromatic Colors of #04255D
Black with #04255D
Text Example
Text Example
White with #04255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04255D; }
p { color: rgb(4,37,93); }
H1.HeaderClassName
{
color: #04255D;
}
.AnyTagClassName
{
color: #04255D;
}
</style>
background-color css
<style>
a { background-color: #04255D; }
a { background-color: rgb(4,37,93); }
div.DivClassName
{
background-color: #04255D;
}
.BgClassName
{
background-color: #04255D;
}
</style>
border-color css
<style>
span { border-color: #04255D; }
span { border-color: rgb(4,37,93); }
td.TdClassName
{
border-color: #04255D;
}
.TagClassName
{
border-color: #04255D;
}
</style>