Shades of Medium Blue #0004B7
Tints of Medium Blue #0004B7
RGB
CMYK
RGB Variations
Color information
#0004B7 (or 0x0004B7) is known color: Medium Blue. HEX triplet: 00, 04 and B7. RGB value is (0,4,183). Sum of RGB (Red+Green+Blue) = 0+4+183=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 183 (71.88% from 255 or 97.86% from 187); Max value from RGB is 183 - color contains mainly: blue. Hex color #0004B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0004B7 is #FFFB48. Grayscale: #161616. Windows color (decimal): -16776009 or 11994112. OLE color: 11994112.
HSL color Cylindrical-coordinate representation of color #0004B7: hue angle of 238.69º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0004B7 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 4 | 183 | - |
| CMYK | 1 | 0.98 | 0 | 0.28 |
| HSL | 238.69º | 1% | 0.36% | - |
| HSV(B) | 238.69º | 1% | 0.72% | - |
| XYZ | 8.59 | 3.51 | 45.02 | - |
| YUV | 23.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 183 | 1 | 0.98 | 0 | 0.28 | 238.69 | 1 | 0.36 |
| Hex | 0 | 4 | B7 | 64 | 62 | 0 | 1C | EF | 64 | 24 |
| Octal | 0 | 4 | 267 | 144 | 142 | 0 | 34 | 357 | 144 | 44 |
| Binary | 0 | 100 | 10110111 | 1100100 | 1100010 | 0 | 11100 | 11101111 | 1100100 | 100100 |
Color Harmonies of #0004B7
Complementary color
Monochromatic Colors of #0004B7
Black with #0004B7
Text Example
Text Example
White with #0004B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0004B7; }
p { color: rgb(0,4,183); }
H1.HeaderClassName
{
color: #0004B7;
}
.AnyTagClassName
{
color: #0004B7;
}
</style>
background-color css
<style>
a { background-color: #0004B7; }
a { background-color: rgb(0,4,183); }
div.DivClassName
{
background-color: #0004B7;
}
.BgClassName
{
background-color: #0004B7;
}
</style>
border-color css
<style>
span { border-color: #0004B7; }
span { border-color: rgb(0,4,183); }
td.TdClassName
{
border-color: #0004B7;
}
.TagClassName
{
border-color: #0004B7;
}
</style>