Html Css Color HEX #018797 Eastern Blue

📋 copy color: '#018797'

red 1 ◦ green 135 ◦ blue 151

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

Shades of Eastern Blue #018797

Tints of Eastern Blue #018797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 0.35%
G = 47.04%
B = 52.61%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018797 (or 0x018797) is known color: Eastern Blue. HEX triplet: 01, 87 and 97. RGB value is (1,135,151). Sum of RGB (Red+Green+Blue) = 1+135+151=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #018797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018797 is #FE7868. Grayscale: #606060. Windows color (decimal): -16676969 or 9930497. OLE color: 9930497.

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

Color convert

RGB 1 135 151 -
CMYK 0.99 0.11 0 0.41
HSL 186.4º 0.99% 0.3% -
HSV(B) 186.4º 0.99% 0.59% -
XYZ 14.26 19.57 32.3 -
YUV 96.76 158.61 59.7 -
System Red Green Blue C M Y K H S L
Decimal 1 135 151 0.99 0.11 0 0.41 186.4 0.99 0.3
Hex 1 87 97 63 B 0 29 BA 63 1E
Octal 1 207 227 143 13 0 51 272 143 36
Binary 1 10000111 10010111 1100011 1011 0 101001 10111010 1100011 11110

Color Harmonies of #018797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018797

Black with #018797

Text Example


Text Example

White with #018797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018797; }

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

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

background-color css

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

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

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

border-color css

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

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

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