Shades of Sapphire #04267D
Tints of Sapphire #04267D
RGB
CMYK
RGB Variations
Color information
#04267D (or 0x04267D) is known color: Sapphire. HEX triplet: 04, 26 and 7D. RGB value is (4,38,125). Sum of RGB (Red+Green+Blue) = 4+38+125=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #04267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04267D is #FBD982. Grayscale: #252525. Windows color (decimal): -16505219 or 8201732. OLE color: 8201732.
HSL color Cylindrical-coordinate representation of color #04267D: hue angle of 223.14º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04267D is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 38 | 125 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.51 |
| HSL | 223.14º | 0.94% | 0.25% | - |
| HSV(B) | 223.14º | 0.97% | 0.49% | - |
| XYZ | 4.44 | 2.89 | 19.73 | - |
| YUV | 37.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 125 | 0.97 | 0.70 | 0 | 0.51 | 223.14 | 0.94 | 0.25 |
| Hex | 4 | 26 | 7D | 61 | 46 | 0 | 33 | DF | 5E | 19 |
| Octal | 4 | 46 | 175 | 141 | 106 | 0 | 63 | 337 | 136 | 31 |
| Binary | 100 | 100110 | 1111101 | 1100001 | 1000110 | 0 | 110011 | 11011111 | 1011110 | 11001 |
Color Harmonies of #04267D
Complementary color
Monochromatic Colors of #04267D
Black with #04267D
Text Example
Text Example
White with #04267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04267D; }
p { color: rgb(4,38,125); }
H1.HeaderClassName
{
color: #04267D;
}
.AnyTagClassName
{
color: #04267D;
}
</style>
background-color css
<style>
a { background-color: #04267D; }
a { background-color: rgb(4,38,125); }
div.DivClassName
{
background-color: #04267D;
}
.BgClassName
{
background-color: #04267D;
}
</style>
border-color css
<style>
span { border-color: #04267D; }
span { border-color: rgb(4,38,125); }
td.TdClassName
{
border-color: #04267D;
}
.TagClassName
{
border-color: #04267D;
}
</style>