Shades of Eastern Blue #01949B
Tints of Eastern Blue #01949B
RGB
CMYK
RGB Variations
Color information
#01949B (or 0x01949B) is known color: Eastern Blue. HEX triplet: 01, 94 and 9B. RGB value is (1,148,155). Sum of RGB (Red+Green+Blue) = 1+148+155=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #01949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01949B is #FE6B64. Grayscale: #686868. Windows color (decimal): -16673637 or 10195969. OLE color: 10195969.
HSL color Cylindrical-coordinate representation of color #01949B: hue angle of 182.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01949B is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 148 | 155 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.39 |
| HSL | 182.73º | 0.99% | 0.31% | - |
| HSV(B) | 182.73º | 0.99% | 0.61% | - |
| XYZ | 16.52 | 23.55 | 34.69 | - |
| YUV | 104.85 | 156.3 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 155 | 0.99 | 0.05 | 0 | 0.39 | 182.73 | 0.99 | 0.31 |
| Hex | 1 | 94 | 9B | 63 | 5 | 0 | 27 | B7 | 63 | 1F |
| Octal | 1 | 224 | 233 | 143 | 5 | 0 | 47 | 267 | 143 | 37 |
| Binary | 1 | 10010100 | 10011011 | 1100011 | 101 | 0 | 100111 | 10110111 | 1100011 | 11111 |
Color Harmonies of #01949B
Complementary color
Monochromatic Colors of #01949B
Black with #01949B
Text Example
Text Example
White with #01949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01949B; }
p { color: rgb(1,148,155); }
H1.HeaderClassName
{
color: #01949B;
}
.AnyTagClassName
{
color: #01949B;
}
</style>
background-color css
<style>
a { background-color: #01949B; }
a { background-color: rgb(1,148,155); }
div.DivClassName
{
background-color: #01949B;
}
.BgClassName
{
background-color: #01949B;
}
</style>
border-color css
<style>
span { border-color: #01949B; }
span { border-color: rgb(1,148,155); }
td.TdClassName
{
border-color: #01949B;
}
.TagClassName
{
border-color: #01949B;
}
</style>