Shades of Sapphire #04277B
Tints of Sapphire #04277B
RGB
CMYK
RGB Variations
Color information
#04277B (or 0x04277B) is known color: Sapphire. HEX triplet: 04, 27 and 7B. RGB value is (4,39,123). Sum of RGB (Red+Green+Blue) = 4+39+123=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #04277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04277B is #FBD884. Grayscale: #252525. Windows color (decimal): -16504965 or 8070916. OLE color: 8070916.
HSL color Cylindrical-coordinate representation of color #04277B: hue angle of 222.35º 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 #04277B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 39 | 123 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.52 |
| HSL | 222.35º | 0.94% | 0.25% | - |
| HSV(B) | 222.35º | 0.97% | 0.48% | - |
| XYZ | 4.35 | 2.91 | 19.07 | - |
| YUV | 38.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 123 | 0.97 | 0.68 | 0 | 0.52 | 222.35 | 0.94 | 0.25 |
| Hex | 4 | 27 | 7B | 61 | 44 | 0 | 34 | DE | 5E | 19 |
| Octal | 4 | 47 | 173 | 141 | 104 | 0 | 64 | 336 | 136 | 31 |
| Binary | 100 | 100111 | 1111011 | 1100001 | 1000100 | 0 | 110100 | 11011110 | 1011110 | 11001 |
Color Harmonies of #04277B
Complementary color
Monochromatic Colors of #04277B
Black with #04277B
Text Example
Text Example
White with #04277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04277B; }
p { color: rgb(4,39,123); }
H1.HeaderClassName
{
color: #04277B;
}
.AnyTagClassName
{
color: #04277B;
}
</style>
background-color css
<style>
a { background-color: #04277B; }
a { background-color: rgb(4,39,123); }
div.DivClassName
{
background-color: #04277B;
}
.BgClassName
{
background-color: #04277B;
}
</style>
border-color css
<style>
span { border-color: #04277B; }
span { border-color: rgb(4,39,123); }
td.TdClassName
{
border-color: #04277B;
}
.TagClassName
{
border-color: #04277B;
}
</style>