Shades of Sapphire #04267C
Tints of Sapphire #04267C
RGB
CMYK
RGB Variations
Color information
#04267C (or 0x04267C) is known color: Sapphire. HEX triplet: 04, 26 and 7C. RGB value is (4,38,124). Sum of RGB (Red+Green+Blue) = 4+38+124=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #04267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04267C is #FBD983. Grayscale: #252525. Windows color (decimal): -16505220 or 8136196. OLE color: 8136196.
HSL color Cylindrical-coordinate representation of color #04267C: hue angle of 223º 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 #04267C is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 38 | 124 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.51 |
| HSL | 223º | 0.94% | 0.25% | - |
| HSV(B) | 223º | 0.97% | 0.49% | - |
| XYZ | 4.38 | 2.87 | 19.39 | - |
| YUV | 37.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 124 | 0.97 | 0.69 | 0 | 0.51 | 223 | 0.94 | 0.25 |
| Hex | 4 | 26 | 7C | 61 | 45 | 0 | 33 | DF | 5E | 19 |
| Octal | 4 | 46 | 174 | 141 | 105 | 0 | 63 | 337 | 136 | 31 |
| Binary | 100 | 100110 | 1111100 | 1100001 | 1000101 | 0 | 110011 | 11011111 | 1011110 | 11001 |
Color Harmonies of #04267C
Complementary color
Monochromatic Colors of #04267C
Black with #04267C
Text Example
Text Example
White with #04267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04267C; }
p { color: rgb(4,38,124); }
H1.HeaderClassName
{
color: #04267C;
}
.AnyTagClassName
{
color: #04267C;
}
</style>
background-color css
<style>
a { background-color: #04267C; }
a { background-color: rgb(4,38,124); }
div.DivClassName
{
background-color: #04267C;
}
.BgClassName
{
background-color: #04267C;
}
</style>
border-color css
<style>
span { border-color: #04267C; }
span { border-color: rgb(4,38,124); }
td.TdClassName
{
border-color: #04267C;
}
.TagClassName
{
border-color: #04267C;
}
</style>