Html Css Color HEX #018897 Eastern Blue

📋 copy color: '#018897'

red 1 ◦ green 136 ◦ blue 151

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

Shades of Eastern Blue #018897

Tints of Eastern Blue #018897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

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

R = 0.35%
G = 47.22%
B = 52.43%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018897 (or 0x018897) is known color: Eastern Blue. HEX triplet: 01, 88 and 97. RGB value is (1,136,151). Sum of RGB (Red+Green+Blue) = 1+136+151=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #018897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018897 is #FE7768. Grayscale: #616161. Windows color (decimal): -16676713 or 9930753. OLE color: 9930753.

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

Color convert

RGB 1 136 151 -
CMYK 0.99 0.10 0 0.41
HSL 186º 0.99% 0.3% -
HSV(B) 186º 0.99% 0.59% -
XYZ 14.4 19.85 32.35 -
YUV 97.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 1 136 151 0.99 0.10 0 0.41 186 0.99 0.3
Hex 1 88 97 63 A 0 29 BA 63 1E
Octal 1 210 227 143 12 0 51 272 143 36
Binary 1 10001000 10010111 1100011 1010 0 101001 10111010 1100011 11110

Color Harmonies of #018897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018897

Black with #018897

Text Example


Text Example

White with #018897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018897; }

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

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

background-color css

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

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

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

border-color css

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

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

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