Shades of Eastern Blue #01949C
Tints of Eastern Blue #01949C
RGB
CMYK
RGB Variations
Color information
#01949C (or 0x01949C) is known color: Eastern Blue. HEX triplet: 01, 94 and 9C. RGB value is (1,148,156). Sum of RGB (Red+Green+Blue) = 1+148+156=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #01949C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01949C is #FE6B63. Grayscale: #686868. Windows color (decimal): -16673636 or 10261505. OLE color: 10261505.
HSL color Cylindrical-coordinate representation of color #01949C: hue angle of 183.1º 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 #01949C is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 148 | 156 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.39 |
| HSL | 183.1º | 0.99% | 0.31% | - |
| HSV(B) | 183.1º | 0.99% | 0.61% | - |
| XYZ | 16.6 | 23.59 | 35.13 | - |
| YUV | 104.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 156 | 0.99 | 0.05 | 0 | 0.39 | 183.1 | 0.99 | 0.31 |
| Hex | 1 | 94 | 9C | 63 | 5 | 0 | 27 | B7 | 63 | 1F |
| Octal | 1 | 224 | 234 | 143 | 5 | 0 | 47 | 267 | 143 | 37 |
| Binary | 1 | 10010100 | 10011100 | 1100011 | 101 | 0 | 100111 | 10110111 | 1100011 | 11111 |
Color Harmonies of #01949C
Complementary color
Monochromatic Colors of #01949C
Black with #01949C
Text Example
Text Example
White with #01949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01949C; }
p { color: rgb(1,148,156); }
H1.HeaderClassName
{
color: #01949C;
}
.AnyTagClassName
{
color: #01949C;
}
</style>
background-color css
<style>
a { background-color: #01949C; }
a { background-color: rgb(1,148,156); }
div.DivClassName
{
background-color: #01949C;
}
.BgClassName
{
background-color: #01949C;
}
</style>
border-color css
<style>
span { border-color: #01949C; }
span { border-color: rgb(1,148,156); }
td.TdClassName
{
border-color: #01949C;
}
.TagClassName
{
border-color: #01949C;
}
</style>