Shades of Sapphire #04267B
Tints of Sapphire #04267B
RGB
CMYK
RGB Variations
Color information
#04267B (or 0x04267B) is known color: Sapphire. HEX triplet: 04, 26 and 7B. RGB value is (4,38,123). Sum of RGB (Red+Green+Blue) = 4+38+123=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #04267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04267B is #FBD984. Grayscale: #252525. Windows color (decimal): -16505221 or 8070660. OLE color: 8070660.
HSL color Cylindrical-coordinate representation of color #04267B: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04267B is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 38 | 123 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.52 |
| HSL | 222.86º | 0.94% | 0.25% | - |
| HSV(B) | 222.86º | 0.97% | 0.48% | - |
| XYZ | 4.32 | 2.84 | 19.06 | - |
| YUV | 37.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 123 | 0.97 | 0.69 | 0 | 0.52 | 222.86 | 0.94 | 0.25 |
| Hex | 4 | 26 | 7B | 61 | 45 | 0 | 34 | DF | 5E | 19 |
| Octal | 4 | 46 | 173 | 141 | 105 | 0 | 64 | 337 | 136 | 31 |
| Binary | 100 | 100110 | 1111011 | 1100001 | 1000101 | 0 | 110100 | 11011111 | 1011110 | 11001 |
Color Harmonies of #04267B
Complementary color
Monochromatic Colors of #04267B
Black with #04267B
Text Example
Text Example
White with #04267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04267B; }
p { color: rgb(4,38,123); }
H1.HeaderClassName
{
color: #04267B;
}
.AnyTagClassName
{
color: #04267B;
}
</style>
background-color css
<style>
a { background-color: #04267B; }
a { background-color: rgb(4,38,123); }
div.DivClassName
{
background-color: #04267B;
}
.BgClassName
{
background-color: #04267B;
}
</style>
border-color css
<style>
span { border-color: #04267B; }
span { border-color: rgb(4,38,123); }
td.TdClassName
{
border-color: #04267B;
}
.TagClassName
{
border-color: #04267B;
}
</style>