Html Css Color HEX #017F9C Eastern Blue

📋 copy color: '#017F9C'

red 1 ◦ green 127 ◦ blue 156

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

Shades of Eastern Blue #017F9C

Tints of Eastern Blue #017F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 44.72%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 0.35%
G = 44.72%
B = 54.93%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#017F9C (or 0x017F9C) is known color: Eastern Blue. HEX triplet: 01, 7F and 9C. RGB value is (1,127,156). Sum of RGB (Red+Green+Blue) = 1+127+156=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #017F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F9C is #FE8063. Grayscale: #5C5C5C. Windows color (decimal): -16679012 or 10256129. OLE color: 10256129.

HSL color Cylindrical-coordinate representation of color #017F9C: hue angle of 191.23º 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 #017F9C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 127 156 -
CMYK 0.99 0.19 0 0.39
HSL 191.23º 0.99% 0.31% -
HSV(B) 191.23º 0.99% 0.61% -
XYZ 13.6 17.59 34.13 -
YUV 92.63 163.76 62.64 -
System Red Green Blue C M Y K H S L
Decimal 1 127 156 0.99 0.19 0 0.39 191.23 0.99 0.31
Hex 1 7F 9C 63 13 0 27 BF 63 1F
Octal 1 177 234 143 23 0 47 277 143 37
Binary 1 1111111 10011100 1100011 10011 0 100111 10111111 1100011 11111

Color Harmonies of #017F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F9C

Black with #017F9C

Text Example


Text Example

White with #017F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,156); }

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

background-color css

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

 a { background-color: rgb(1,127,156); }

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

border-color css

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

 span { border-color: rgb(1,127,156); }

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