Html Css Color HEX #018799 Eastern Blue

📋 copy color: '#018799'

red 1 ◦ green 135 ◦ blue 153

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

Shades of Eastern Blue #018799

Tints of Eastern Blue #018799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 0.35%
G = 46.71%
B = 52.94%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018799 (or 0x018799) is known color: Eastern Blue. HEX triplet: 01, 87 and 99. RGB value is (1,135,153). Sum of RGB (Red+Green+Blue) = 1+135+153=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #018799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018799 is #FE7866. Grayscale: #606060. Windows color (decimal): -16676967 or 10061569. OLE color: 10061569.

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

Color convert

RGB 1 135 153 -
CMYK 0.99 0.12 0 0.4
HSL 187.11º 0.99% 0.3% -
HSV(B) 187.11º 0.99% 0.6% -
XYZ 14.43 19.63 33.17 -
YUV 96.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 1 135 153 0.99 0.12 0 0.4 187.11 0.99 0.3
Hex 1 87 99 63 C 0 28 BB 63 1E
Octal 1 207 231 143 14 0 50 273 143 36
Binary 1 10000111 10011001 1100011 1100 0 101000 10111011 1100011 11110

Color Harmonies of #018799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018799

Black with #018799

Text Example


Text Example

White with #018799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018799; }

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

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

background-color css

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

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

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

border-color css

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

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

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