Html Css Color HEX #017997 Eastern Blue

📋 copy color: '#017997'

red 1 ◦ green 121 ◦ blue 151

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

Shades of Eastern Blue #017997

Tints of Eastern Blue #017997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 0.37%
G = 44.32%
B = 55.31%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017997 (or 0x017997) is known color: Eastern Blue. HEX triplet: 01, 79 and 97. RGB value is (1,121,151). Sum of RGB (Red+Green+Blue) = 1+121+151=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #017997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017997 is #FE8668. Grayscale: #585858. Windows color (decimal): -16680553 or 9926913. OLE color: 9926913.

HSL color Cylindrical-coordinate representation of color #017997: hue angle of 192º 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 #017997 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 121 151 -
CMYK 0.99 0.20 0 0.41
HSL 192º 0.99% 0.3% -
HSV(B) 192º 0.99% 0.59% -
XYZ 12.44 15.92 31.69 -
YUV 88.54 163.24 65.56 -
System Red Green Blue C M Y K H S L
Decimal 1 121 151 0.99 0.20 0 0.41 192 0.99 0.3
Hex 1 79 97 63 14 0 29 C0 63 1E
Octal 1 171 227 143 24 0 51 300 143 36
Binary 1 1111001 10010111 1100011 10100 0 101001 11000000 1100011 11110

Color Harmonies of #017997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017997

Black with #017997

Text Example


Text Example

White with #017997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017997; }

 p { color: rgb(1,121,151); }

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

background-color css

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

 a { background-color: rgb(1,121,151); }

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

border-color css

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

 span { border-color: rgb(1,121,151); }

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