Shades of Eastern Blue #17849A
Tints of Eastern Blue #17849A
RGB
CMYK
RGB Variations
Color information
#17849A (or 0x17849A) is known color: Eastern Blue. HEX triplet: 17, 84 and 9A. RGB value is (23,132,154). Sum of RGB (Red+Green+Blue) = 23+132+154=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #17849A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17849A is #E87B65. Grayscale: #656565. Windows color (decimal): -15235942 or 10126359. OLE color: 10126359.
HSL color Cylindrical-coordinate representation of color #17849A: hue angle of 190.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17849A is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 132 | 154 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.40 |
| HSL | 190.08º | 0.74% | 0.35% | - |
| HSV(B) | 190.08º | 0.85% | 0.6% | - |
| XYZ | 14.44 | 19.02 | 33.48 | - |
| YUV | 101.92 | 157.39 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 154 | 0.85 | 0.14 | 0 | 0.40 | 190.08 | 0.74 | 0.35 |
| Hex | 17 | 84 | 9A | 55 | E | 0 | 28 | BE | 4A | 23 |
| Octal | 27 | 204 | 232 | 125 | 16 | 0 | 50 | 276 | 112 | 43 |
| Binary | 10111 | 10000100 | 10011010 | 1010101 | 1110 | 0 | 101000 | 10111110 | 1001010 | 100011 |
Color Harmonies of #17849A
Complementary color
Monochromatic Colors of #17849A
Black with #17849A
Text Example
Text Example
White with #17849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17849A; }
p { color: rgb(23,132,154); }
H1.HeaderClassName
{
color: #17849A;
}
.AnyTagClassName
{
color: #17849A;
}
</style>
background-color css
<style>
a { background-color: #17849A; }
a { background-color: rgb(23,132,154); }
div.DivClassName
{
background-color: #17849A;
}
.BgClassName
{
background-color: #17849A;
}
</style>
border-color css
<style>
span { border-color: #17849A; }
span { border-color: rgb(23,132,154); }
td.TdClassName
{
border-color: #17849A;
}
.TagClassName
{
border-color: #17849A;
}
</style>