Html Css Color HEX #017F9E Eastern Blue

📋 copy color: '#017F9E'

red 1 ◦ green 127 ◦ blue 158

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

Shades of Eastern Blue #017F9E

Tints of Eastern Blue #017F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 0.35%
G = 44.41%
B = 55.24%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#017F9E (or 0x017F9E) is known color: Eastern Blue. HEX triplet: 01, 7F and 9E. RGB value is (1,127,158). Sum of RGB (Red+Green+Blue) = 1+127+158=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #017F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F9E is #FE8061. Grayscale: #5C5C5C. Windows color (decimal): -16679010 or 10387201. OLE color: 10387201.

HSL color Cylindrical-coordinate representation of color #017F9E: hue angle of 191.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F9E is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 127 158 -
CMYK 0.99 0.20 0 0.38
HSL 191.85º 0.99% 0.31% -
HSV(B) 191.85º 0.99% 0.62% -
XYZ 13.77 17.65 35.03 -
YUV 92.86 164.76 62.48 -
System Red Green Blue C M Y K H S L
Decimal 1 127 158 0.99 0.20 0 0.38 191.85 0.99 0.31
Hex 1 7F 9E 63 14 0 26 C0 63 1F
Octal 1 177 236 143 24 0 46 300 143 37
Binary 1 1111111 10011110 1100011 10100 0 100110 11000000 1100011 11111

Color Harmonies of #017F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F9E

Black with #017F9E

Text Example


Text Example

White with #017F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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