Html Css Color HEX #017C9A Eastern Blue

📋 copy color: '#017C9A'

red 1 ◦ green 124 ◦ blue 154

#017C9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #017C9A

Tints of Eastern Blue #017C9A

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 124 (48.83% from 255) = 44.44%

 BLUE value IS 154 (60.55% from 255) = 55.2%

R = 0.36%
G = 44.44%
B = 55.2%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#017C9A (or 0x017C9A) is known color: Eastern Blue. HEX triplet: 01, 7C and 9A. RGB value is (1,124,154). Sum of RGB (Red+Green+Blue) = 1+124+154=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #017C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C9A is #FE8365. Grayscale: #5A5A5A. Windows color (decimal): -16679782 or 10124289. OLE color: 10124289.

HSL color Cylindrical-coordinate representation of color #017C9A: hue angle of 191.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C9A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 124 154 -
CMYK 0.99 0.19 0 0.40
HSL 191.76º 0.99% 0.3% -
HSV(B) 191.76º 0.99% 0.6% -
XYZ 13.05 16.75 33.12 -
YUV 90.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 1 124 154 0.99 0.19 0 0.40 191.76 0.99 0.3
Hex 1 7C 9A 63 13 0 28 C0 63 1E
Octal 1 174 232 143 23 0 50 300 143 36
Binary 1 1111100 10011010 1100011 10011 0 101000 11000000 1100011 11110

Color Harmonies of #017C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C9A

Black with #017C9A

Text Example


Text Example

White with #017C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C9A; }

 p { color: rgb(1,124,154); }

 H1.HeaderClassName
 {
   color: #017C9A;
 }
 .AnyTagClassName
 {
   color: #017C9A;
 }
</style>

background-color css

<style>
 a { background-color: #017C9A; }

 a { background-color: rgb(1,124,154); }

 div.DivClassName
 {
   background-color: #017C9A;
 }
 .BgClassName
 {
   background-color: #017C9A;
 }
</style>

border-color css

<style>
 span { border-color: #017C9A; }

 span { border-color: rgb(1,124,154); }

 td.TdClassName
 {
   border-color: #017C9A;
 }
 .TagClassName
 {
   border-color: #017C9A;
 }
</style>