Shades of Eastern Blue #048099
Tints of Eastern Blue #048099
RGB
CMYK
RGB Variations
Color information
#048099 (or 0x048099) is known color: Eastern Blue. HEX triplet: 04, 80 and 99. RGB value is (4,128,153). Sum of RGB (Red+Green+Blue) = 4+128+153=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #048099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048099 is #FB7F66. Grayscale: #5D5D5D. Windows color (decimal): -16482151 or 10059780. OLE color: 10059780.
HSL color Cylindrical-coordinate representation of color #048099: hue angle of 190.07º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048099 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 128 | 153 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.4 |
| HSL | 190.07º | 0.95% | 0.31% | - |
| HSV(B) | 190.07º | 0.97% | 0.6% | - |
| XYZ | 13.52 | 17.76 | 32.85 | - |
| YUV | 93.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 153 | 0.97 | 0.16 | 0 | 0.4 | 190.07 | 0.95 | 0.31 |
| Hex | 4 | 80 | 99 | 61 | 10 | 0 | 28 | BE | 5F | 1F |
| Octal | 4 | 200 | 231 | 141 | 20 | 0 | 50 | 276 | 137 | 37 |
| Binary | 100 | 10000000 | 10011001 | 1100001 | 10000 | 0 | 101000 | 10111110 | 1011111 | 11111 |
Color Harmonies of #048099
Complementary color
Monochromatic Colors of #048099
Black with #048099
Text Example
Text Example
White with #048099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048099; }
p { color: rgb(4,128,153); }
H1.HeaderClassName
{
color: #048099;
}
.AnyTagClassName
{
color: #048099;
}
</style>
background-color css
<style>
a { background-color: #048099; }
a { background-color: rgb(4,128,153); }
div.DivClassName
{
background-color: #048099;
}
.BgClassName
{
background-color: #048099;
}
</style>
border-color css
<style>
span { border-color: #048099; }
span { border-color: rgb(4,128,153); }
td.TdClassName
{
border-color: #048099;
}
.TagClassName
{
border-color: #048099;
}
</style>