Shades of Sapphire #04276B
Tints of Sapphire #04276B
RGB
CMYK
RGB Variations
Color information
#04276B (or 0x04276B) is known color: Sapphire. HEX triplet: 04, 27 and 6B. RGB value is (4,39,107). Sum of RGB (Red+Green+Blue) = 4+39+107=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #04276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04276B is #FBD894. Grayscale: #232323. Windows color (decimal): -16504981 or 7022340. OLE color: 7022340.
HSL color Cylindrical-coordinate representation of color #04276B: hue angle of 219.61º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04276B is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 39 | 107 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.58 |
| HSL | 219.61º | 0.93% | 0.22% | - |
| HSV(B) | 219.61º | 0.96% | 0.42% | - |
| XYZ | 3.43 | 2.54 | 14.22 | - |
| YUV | 36.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 107 | 0.96 | 0.64 | 0 | 0.58 | 219.61 | 0.93 | 0.22 |
| Hex | 4 | 27 | 6B | 60 | 40 | 0 | 3A | DC | 5D | 16 |
| Octal | 4 | 47 | 153 | 140 | 100 | 0 | 72 | 334 | 135 | 26 |
| Binary | 100 | 100111 | 1101011 | 1100000 | 1000000 | 0 | 111010 | 11011100 | 1011101 | 10110 |
Color Harmonies of #04276B
Complementary color
Monochromatic Colors of #04276B
Black with #04276B
Text Example
Text Example
White with #04276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04276B; }
p { color: rgb(4,39,107); }
H1.HeaderClassName
{
color: #04276B;
}
.AnyTagClassName
{
color: #04276B;
}
</style>
background-color css
<style>
a { background-color: #04276B; }
a { background-color: rgb(4,39,107); }
div.DivClassName
{
background-color: #04276B;
}
.BgClassName
{
background-color: #04276B;
}
</style>
border-color css
<style>
span { border-color: #04276B; }
span { border-color: rgb(4,39,107); }
td.TdClassName
{
border-color: #04276B;
}
.TagClassName
{
border-color: #04276B;
}
</style>