Shades of Eastern Blue #05949B
Tints of Eastern Blue #05949B
RGB
CMYK
RGB Variations
Color information
#05949B (or 0x05949B) is known color: Eastern Blue. HEX triplet: 05, 94 and 9B. RGB value is (5,148,155). Sum of RGB (Red+Green+Blue) = 5+148+155=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #05949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05949B is #FA6B64. Grayscale: #696969. Windows color (decimal): -16411493 or 10195973. OLE color: 10195973.
HSL color Cylindrical-coordinate representation of color #05949B: hue angle of 182.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05949B is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 148 | 155 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.39 |
| HSL | 182.8º | 0.94% | 0.31% | - |
| HSV(B) | 182.8º | 0.97% | 0.61% | - |
| XYZ | 16.57 | 23.58 | 34.69 | - |
| YUV | 106.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 155 | 0.97 | 0.05 | 0 | 0.39 | 182.8 | 0.94 | 0.31 |
| Hex | 5 | 94 | 9B | 61 | 5 | 0 | 27 | B7 | 5E | 1F |
| Octal | 5 | 224 | 233 | 141 | 5 | 0 | 47 | 267 | 136 | 37 |
| Binary | 101 | 10010100 | 10011011 | 1100001 | 101 | 0 | 100111 | 10110111 | 1011110 | 11111 |
Color Harmonies of #05949B
Complementary color
Monochromatic Colors of #05949B
Black with #05949B
Text Example
Text Example
White with #05949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05949B; }
p { color: rgb(5,148,155); }
H1.HeaderClassName
{
color: #05949B;
}
.AnyTagClassName
{
color: #05949B;
}
</style>
background-color css
<style>
a { background-color: #05949B; }
a { background-color: rgb(5,148,155); }
div.DivClassName
{
background-color: #05949B;
}
.BgClassName
{
background-color: #05949B;
}
</style>
border-color css
<style>
span { border-color: #05949B; }
span { border-color: rgb(5,148,155); }
td.TdClassName
{
border-color: #05949B;
}
.TagClassName
{
border-color: #05949B;
}
</style>