Html Css Color HEX #018895 Eastern Blue

📋 copy color: '#018895'

red 1 ◦ green 136 ◦ blue 149

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

Shades of Eastern Blue #018895

Tints of Eastern Blue #018895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 0.35%
G = 47.55%
B = 52.1%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018895 (or 0x018895) is known color: Eastern Blue. HEX triplet: 01, 88 and 95. RGB value is (1,136,149). Sum of RGB (Red+Green+Blue) = 1+136+149=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #018895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018895 is #FE776A. Grayscale: #606060. Windows color (decimal): -16676715 or 9799681. OLE color: 9799681.

HSL color Cylindrical-coordinate representation of color #018895: hue angle of 185.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018895 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 136 149 -
CMYK 0.99 0.09 0 0.42
HSL 185.27º 0.99% 0.29% -
HSV(B) 185.27º 0.99% 0.58% -
XYZ 14.24 19.78 31.5 -
YUV 97.12 157.27 59.44 -
System Red Green Blue C M Y K H S L
Decimal 1 136 149 0.99 0.09 0 0.42 185.27 0.99 0.29
Hex 1 88 95 63 9 0 2A B9 63 1D
Octal 1 210 225 143 11 0 52 271 143 35
Binary 1 10001000 10010101 1100011 1001 0 101010 10111001 1100011 11101

Color Harmonies of #018895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018895

Black with #018895

Text Example


Text Example

White with #018895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018895; }

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

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

background-color css

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

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

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

border-color css

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

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

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