Html Css Color HEX #018794 Eastern Blue

📋 copy color: '#018794'

red 1 ◦ green 135 ◦ blue 148

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

Shades of Eastern Blue #018794

Tints of Eastern Blue #018794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 0.35%
G = 47.54%
B = 52.11%

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

#018794 (or 0x018794) is known color: Eastern Blue. HEX triplet: 01, 87 and 94. RGB value is (1,135,148). Sum of RGB (Red+Green+Blue) = 1+135+148=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #018794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018794 is #FE786B. Grayscale: #606060. Windows color (decimal): -16676972 or 9733889. OLE color: 9733889.

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

Color convert

RGB 1 135 148 -
CMYK 0.99 0.09 0 0.42
HSL 185.31º 0.99% 0.29% -
HSV(B) 185.31º 0.99% 0.58% -
XYZ 14.02 19.47 31.04 -
YUV 96.42 157.11 59.94 -
System Red Green Blue C M Y K H S L
Decimal 1 135 148 0.99 0.09 0 0.42 185.31 0.99 0.29
Hex 1 87 94 63 9 0 2A B9 63 1D
Octal 1 207 224 143 11 0 52 271 143 35
Binary 1 10000111 10010100 1100011 1001 0 101010 10111001 1100011 11101

Color Harmonies of #018794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018794

Black with #018794

Text Example


Text Example

White with #018794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018794; }

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

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

background-color css

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

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

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

border-color css

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

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

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