#017D95

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

Shades of Eastern Blue #017D95

Tints of Eastern Blue #017D95

Color information

#017D95 (or 0x017D95) is unknown color: approx Eastern Blue. HEX triplet: 01, 7D and 95. RGB value is (1,125,149). Sum of RGB (Red+Green+Blue) = 1+125+149=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #017D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D95 is #FE826A. Grayscale: #5A5A5A. Windows color (decimal): -16679531 or 9796865. OLE color: 9796865.

HSL color Cylindrical-coordinate representation of color #017D95: hue angle of 189.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D95 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1125149-
CMYK0.990.1600.42
HSL189.73º98.67%29.41%-
HSV(B)189.73º99.33%58.43%-
XYZ12.7716.8431.01-
YUV90.66160.9264.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=0.36%
G=45.45%
B=54.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11251490.990.1600.42189.7398.6729.41
Hex17D95631002Abe631d
Octal11752251432005227614335
Binary1111110110010101110001110000010101010111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,125,149); }

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

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

 a { background-color: rgb(1,125,149); }

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

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

 span { border-color: rgb(1,125,149); }

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