Html Css Color HEX #017A96 Eastern Blue

📋 copy color: '#017A96'

red 1 ◦ green 122 ◦ blue 150

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

Shades of Eastern Blue #017A96

Tints of Eastern Blue #017A96

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 0.37%
G = 44.69%
B = 54.95%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017A96 (or 0x017A96) is known color: Eastern Blue. HEX triplet: 01, 7A and 96. RGB value is (1,122,150). Sum of RGB (Red+Green+Blue) = 1+122+150=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #017A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A96 is #FE8569. Grayscale: #585858. Windows color (decimal): -16680298 or 9861633. OLE color: 9861633.

HSL color Cylindrical-coordinate representation of color #017A96: hue angle of 191.28º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A96 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 122 150 -
CMYK 0.99 0.19 0 0.41
HSL 191.28º 0.99% 0.3% -
HSV(B) 191.28º 0.99% 0.59% -
XYZ 12.48 16.13 31.31 -
YUV 89.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 1 122 150 0.99 0.19 0 0.41 191.28 0.99 0.3
Hex 1 7A 96 63 13 0 29 BF 63 1E
Octal 1 172 226 143 23 0 51 277 143 36
Binary 1 1111010 10010110 1100011 10011 0 101001 10111111 1100011 11110

Color Harmonies of #017A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A96

Black with #017A96

Text Example


Text Example

White with #017A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,150); }

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

background-color css

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

 a { background-color: rgb(1,122,150); }

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

border-color css

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

 span { border-color: rgb(1,122,150); }

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