Shades of Eastern Blue #05748F
Tints of Eastern Blue #05748F
RGB
CMYK
RGB Variations
Color information
#05748F (or 0x05748F) is known color: Eastern Blue. HEX triplet: 05, 74 and 8F. RGB value is (5,116,143). Sum of RGB (Red+Green+Blue) = 5+116+143=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #05748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748F is #FA8B70. Grayscale: #555555. Windows color (decimal): -16419697 or 9401349. OLE color: 9401349.
HSL color Cylindrical-coordinate representation of color #05748F: hue angle of 191.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05748F is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 116 | 143 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.44 |
| HSL | 191.74º | 0.93% | 0.29% | - |
| HSV(B) | 191.74º | 0.97% | 0.56% | - |
| XYZ | 11.27 | 14.51 | 28.19 | - |
| YUV | 85.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 143 | 0.97 | 0.19 | 0 | 0.44 | 191.74 | 0.93 | 0.29 |
| Hex | 5 | 74 | 8F | 61 | 13 | 0 | 2C | C0 | 5D | 1D |
| Octal | 5 | 164 | 217 | 141 | 23 | 0 | 54 | 300 | 135 | 35 |
| Binary | 101 | 1110100 | 10001111 | 1100001 | 10011 | 0 | 101100 | 11000000 | 1011101 | 11101 |
Color Harmonies of #05748F
Complementary color
Monochromatic Colors of #05748F
Black with #05748F
Text Example
Text Example
White with #05748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05748F; }
p { color: rgb(5,116,143); }
H1.HeaderClassName
{
color: #05748F;
}
.AnyTagClassName
{
color: #05748F;
}
</style>
background-color css
<style>
a { background-color: #05748F; }
a { background-color: rgb(5,116,143); }
div.DivClassName
{
background-color: #05748F;
}
.BgClassName
{
background-color: #05748F;
}
</style>
border-color css
<style>
span { border-color: #05748F; }
span { border-color: rgb(5,116,143); }
td.TdClassName
{
border-color: #05748F;
}
.TagClassName
{
border-color: #05748F;
}
</style>