Shades of Sapphire #04266F
Tints of Sapphire #04266F
RGB
CMYK
RGB Variations
Color information
#04266F (or 0x04266F) is known color: Sapphire. HEX triplet: 04, 26 and 6F. RGB value is (4,38,111). Sum of RGB (Red+Green+Blue) = 4+38+111=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #04266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04266F is #FBD990. Grayscale: #232323. Windows color (decimal): -16505233 or 7284228. OLE color: 7284228.
HSL color Cylindrical-coordinate representation of color #04266F: hue angle of 220.93º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04266F is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 38 | 111 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.56 |
| HSL | 220.93º | 0.93% | 0.23% | - |
| HSV(B) | 220.93º | 0.96% | 0.44% | - |
| XYZ | 3.61 | 2.56 | 15.34 | - |
| YUV | 36.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 111 | 0.96 | 0.66 | 0 | 0.56 | 220.93 | 0.93 | 0.23 |
| Hex | 4 | 26 | 6F | 60 | 42 | 0 | 38 | DD | 5D | 17 |
| Octal | 4 | 46 | 157 | 140 | 102 | 0 | 70 | 335 | 135 | 27 |
| Binary | 100 | 100110 | 1101111 | 1100000 | 1000010 | 0 | 111000 | 11011101 | 1011101 | 10111 |
Color Harmonies of #04266F
Complementary color
Monochromatic Colors of #04266F
Black with #04266F
Text Example
Text Example
White with #04266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04266F; }
p { color: rgb(4,38,111); }
H1.HeaderClassName
{
color: #04266F;
}
.AnyTagClassName
{
color: #04266F;
}
</style>
background-color css
<style>
a { background-color: #04266F; }
a { background-color: rgb(4,38,111); }
div.DivClassName
{
background-color: #04266F;
}
.BgClassName
{
background-color: #04266F;
}
</style>
border-color css
<style>
span { border-color: #04266F; }
span { border-color: rgb(4,38,111); }
td.TdClassName
{
border-color: #04266F;
}
.TagClassName
{
border-color: #04266F;
}
</style>