Shades of Eastern Blue #01748F
Tints of Eastern Blue #01748F
RGB
CMYK
RGB Variations
Color information
#01748F (or 0x01748F) is known color: Eastern Blue. HEX triplet: 01, 74 and 8F. RGB value is (1,116,143). Sum of RGB (Red+Green+Blue) = 1+116+143=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #01748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748F is #FE8B70. Grayscale: #545454. Windows color (decimal): -16681841 or 9401345. OLE color: 9401345.
HSL color Cylindrical-coordinate representation of color #01748F: hue angle of 191.41º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01748F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 116 | 143 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.44 |
| HSL | 191.41º | 0.99% | 0.28% | - |
| HSV(B) | 191.41º | 0.99% | 0.56% | - |
| XYZ | 11.22 | 14.48 | 28.19 | - |
| YUV | 84.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 143 | 0.99 | 0.19 | 0 | 0.44 | 191.41 | 0.99 | 0.28 |
| Hex | 1 | 74 | 8F | 63 | 13 | 0 | 2C | BF | 63 | 1C |
| Octal | 1 | 164 | 217 | 143 | 23 | 0 | 54 | 277 | 143 | 34 |
| Binary | 1 | 1110100 | 10001111 | 1100011 | 10011 | 0 | 101100 | 10111111 | 1100011 | 11100 |
Color Harmonies of #01748F
Complementary color
Monochromatic Colors of #01748F
Black with #01748F
Text Example
Text Example
White with #01748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01748F; }
p { color: rgb(1,116,143); }
H1.HeaderClassName
{
color: #01748F;
}
.AnyTagClassName
{
color: #01748F;
}
</style>
background-color css
<style>
a { background-color: #01748F; }
a { background-color: rgb(1,116,143); }
div.DivClassName
{
background-color: #01748F;
}
.BgClassName
{
background-color: #01748F;
}
</style>
border-color css
<style>
span { border-color: #01748F; }
span { border-color: rgb(1,116,143); }
td.TdClassName
{
border-color: #01748F;
}
.TagClassName
{
border-color: #01748F;
}
</style>