Html Css Color HEX #017E95 Eastern Blue

📋 copy color: '#017E95'

red 1 ◦ green 126 ◦ blue 149

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

Shades of Eastern Blue #017E95

Tints of Eastern Blue #017E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.65%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 0.36%
G = 45.65%
B = 53.99%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017E95 (or 0x017E95) is known color: Eastern Blue. HEX triplet: 01, 7E and 95. RGB value is (1,126,149). Sum of RGB (Red+Green+Blue) = 1+126+149=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #017E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E95 is #FE816A. Grayscale: #5B5B5B. Windows color (decimal): -16679275 or 9797121. OLE color: 9797121.

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

Color convert

RGB 1 126 149 -
CMYK 0.99 0.15 0 0.42
HSL 189.32º 0.99% 0.29% -
HSV(B) 189.32º 0.99% 0.58% -
XYZ 12.9 17.1 31.05 -
YUV 91.25 160.59 63.63 -
System Red Green Blue C M Y K H S L
Decimal 1 126 149 0.99 0.15 0 0.42 189.32 0.99 0.29
Hex 1 7E 95 63 F 0 2A BD 63 1D
Octal 1 176 225 143 17 0 52 275 143 35
Binary 1 1111110 10010101 1100011 1111 0 101010 10111101 1100011 11101

Color Harmonies of #017E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017E95

Black with #017E95

Text Example


Text Example

White with #017E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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