Shades of Sapphire #04266E
Tints of Sapphire #04266E
RGB
CMYK
RGB Variations
Color information
#04266E (or 0x04266E) is known color: Sapphire. HEX triplet: 04, 26 and 6E. RGB value is (4,38,110). Sum of RGB (Red+Green+Blue) = 4+38+110=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #04266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04266E is #FBD991. Grayscale: #232323. Windows color (decimal): -16505234 or 7218692. OLE color: 7218692.
HSL color Cylindrical-coordinate representation of color #04266E: hue angle of 220.75º 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 #04266E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 38 | 110 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.57 |
| HSL | 220.75º | 0.93% | 0.22% | - |
| HSV(B) | 220.75º | 0.96% | 0.43% | - |
| XYZ | 3.56 | 2.54 | 15.05 | - |
| YUV | 36.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 110 | 0.96 | 0.65 | 0 | 0.57 | 220.75 | 0.93 | 0.22 |
| Hex | 4 | 26 | 6E | 60 | 41 | 0 | 39 | DD | 5D | 16 |
| Octal | 4 | 46 | 156 | 140 | 101 | 0 | 71 | 335 | 135 | 26 |
| Binary | 100 | 100110 | 1101110 | 1100000 | 1000001 | 0 | 111001 | 11011101 | 1011101 | 10110 |
Color Harmonies of #04266E
Complementary color
Monochromatic Colors of #04266E
Black with #04266E
Text Example
Text Example
White with #04266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04266E; }
p { color: rgb(4,38,110); }
H1.HeaderClassName
{
color: #04266E;
}
.AnyTagClassName
{
color: #04266E;
}
</style>
background-color css
<style>
a { background-color: #04266E; }
a { background-color: rgb(4,38,110); }
div.DivClassName
{
background-color: #04266E;
}
.BgClassName
{
background-color: #04266E;
}
</style>
border-color css
<style>
span { border-color: #04266E; }
span { border-color: rgb(4,38,110); }
td.TdClassName
{
border-color: #04266E;
}
.TagClassName
{
border-color: #04266E;
}
</style>