Html Css Color HEX #018995 Eastern Blue

📋 copy color: '#018995'

red 1 ◦ green 137 ◦ blue 149

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

Shades of Eastern Blue #018995

Tints of Eastern Blue #018995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

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

R = 0.35%
G = 47.74%
B = 51.92%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018995 (or 0x018995) is known color: Eastern Blue. HEX triplet: 01, 89 and 95. RGB value is (1,137,149). Sum of RGB (Red+Green+Blue) = 1+137+149=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #018995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018995 is #FE766A. Grayscale: #616161. Windows color (decimal): -16676459 or 9799937. OLE color: 9799937.

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

Color convert

RGB 1 137 149 -
CMYK 0.99 0.08 0 0.42
HSL 184.86º 0.99% 0.29% -
HSV(B) 184.86º 0.99% 0.58% -
XYZ 14.38 20.07 31.55 -
YUV 97.7 156.94 59.02 -
System Red Green Blue C M Y K H S L
Decimal 1 137 149 0.99 0.08 0 0.42 184.86 0.99 0.29
Hex 1 89 95 63 8 0 2A B9 63 1D
Octal 1 211 225 143 10 0 52 271 143 35
Binary 1 10001001 10010101 1100011 1000 0 101010 10111001 1100011 11101

Color Harmonies of #018995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018995

Black with #018995

Text Example


Text Example

White with #018995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018995; }

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

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

background-color css

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

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

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

border-color css

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

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

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