Shades of Sapphire #04256E
Tints of Sapphire #04256E
RGB
CMYK
RGB Variations
Color information
#04256E (or 0x04256E) is known color: Sapphire. HEX triplet: 04, 25 and 6E. RGB value is (4,37,110). Sum of RGB (Red+Green+Blue) = 4+37+110=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #04256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04256E is #FBDA91. Grayscale: #232323. Windows color (decimal): -16505490 or 7218436. OLE color: 7218436.
HSL color Cylindrical-coordinate representation of color #04256E: hue angle of 221.32º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04256E is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 37 | 110 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.57 |
| HSL | 221.32º | 0.93% | 0.22% | - |
| HSV(B) | 221.32º | 0.96% | 0.43% | - |
| XYZ | 3.53 | 2.47 | 15.04 | - |
| YUV | 35.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 110 | 0.96 | 0.66 | 0 | 0.57 | 221.32 | 0.93 | 0.22 |
| Hex | 4 | 25 | 6E | 60 | 42 | 0 | 39 | DD | 5D | 16 |
| Octal | 4 | 45 | 156 | 140 | 102 | 0 | 71 | 335 | 135 | 26 |
| Binary | 100 | 100101 | 1101110 | 1100000 | 1000010 | 0 | 111001 | 11011101 | 1011101 | 10110 |
Color Harmonies of #04256E
Complementary color
Monochromatic Colors of #04256E
Black with #04256E
Text Example
Text Example
White with #04256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04256E; }
p { color: rgb(4,37,110); }
H1.HeaderClassName
{
color: #04256E;
}
.AnyTagClassName
{
color: #04256E;
}
</style>
background-color css
<style>
a { background-color: #04256E; }
a { background-color: rgb(4,37,110); }
div.DivClassName
{
background-color: #04256E;
}
.BgClassName
{
background-color: #04256E;
}
</style>
border-color css
<style>
span { border-color: #04256E; }
span { border-color: rgb(4,37,110); }
td.TdClassName
{
border-color: #04256E;
}
.TagClassName
{
border-color: #04256E;
}
</style>