Html Css Color HEX #018999 Eastern Blue

📋 copy color: '#018999'

red 1 ◦ green 137 ◦ blue 153

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

Shades of Eastern Blue #018999

Tints of Eastern Blue #018999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 0.34%
G = 47.08%
B = 52.58%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018999 (or 0x018999) is known color: Eastern Blue. HEX triplet: 01, 89 and 99. RGB value is (1,137,153). Sum of RGB (Red+Green+Blue) = 1+137+153=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #018999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018999 is #FE7666. Grayscale: #616161. Windows color (decimal): -16676455 or 10062081. OLE color: 10062081.

HSL color Cylindrical-coordinate representation of color #018999: hue angle of 186.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018999 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 137 153 -
CMYK 0.99 0.10 0 0.4
HSL 186.32º 0.99% 0.3% -
HSV(B) 186.32º 0.99% 0.6% -
XYZ 14.71 20.2 33.26 -
YUV 98.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 1 137 153 0.99 0.10 0 0.4 186.32 0.99 0.3
Hex 1 89 99 63 A 0 28 BA 63 1E
Octal 1 211 231 143 12 0 50 272 143 36
Binary 1 10001001 10011001 1100011 1010 0 101000 10111010 1100011 11110

Color Harmonies of #018999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018999

Black with #018999

Text Example


Text Example

White with #018999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018999; }

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

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

background-color css

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

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

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

border-color css

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

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

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