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