#017C9B

Color #017C9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #017C9B

Tints of Eastern Blue #017C9B

Color information

#017C9B (or 0x017C9B) is unknown color: approx Eastern Blue. HEX triplet: 01, 7C and 9B. RGB value is (1,124,155). Sum of RGB (Red+Green+Blue) = 1+124+155=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #017C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C9B is #FE8364. Grayscale: #5A5A5A. Windows color (decimal): -16679781 or 10189825. OLE color: 10189825.

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

Color convert

RGB1124155-
CMYK0.990.200.39
HSL192.08º98.72%30.59%-
HSV(B)192.08º99.35%60.78%-
XYZ13.1416.7933.56-
YUV90.76164.2563.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=0.36%
G=44.29%
B=55.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11241550.990.200.39192.0898.7230.59
Hex17C9B6314027c0631f
Octal11742331432404730014337
Binary1111110010011011110001110100010011111000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #017C9B;
 }
 .AnyTagClassName
 {
   color: #017C9B;
 }
</style>
background-color css

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

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

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

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

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

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