Html Css Color HEX #018896 Eastern Blue

📋 copy color: '#018896'

red 1 ◦ green 136 ◦ blue 150

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

Shades of Eastern Blue #018896

Tints of Eastern Blue #018896

RGB

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

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

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

R = 0.35%
G = 47.39%
B = 52.26%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018896 (or 0x018896) is known color: Eastern Blue. HEX triplet: 01, 88 and 96. RGB value is (1,136,150). Sum of RGB (Red+Green+Blue) = 1+136+150=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #018896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018896 is #FE7769. Grayscale: #616161. Windows color (decimal): -16676714 or 9865217. OLE color: 9865217.

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

Color convert

RGB 1 136 150 -
CMYK 0.99 0.09 0 0.41
HSL 185.64º 0.99% 0.3% -
HSV(B) 185.64º 0.99% 0.59% -
XYZ 14.32 19.82 31.92 -
YUV 97.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 1 136 150 0.99 0.09 0 0.41 185.64 0.99 0.3
Hex 1 88 96 63 9 0 29 BA 63 1E
Octal 1 210 226 143 11 0 51 272 143 36
Binary 1 10001000 10010110 1100011 1001 0 101001 10111010 1100011 11110

Color Harmonies of #018896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018896

Black with #018896

Text Example


Text Example

White with #018896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018896; }

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

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

background-color css

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

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

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

border-color css

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

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

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