Html Css Color HEX #018795 Eastern Blue

📋 copy color: '#018795'

red 1 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #018795

Tints of Eastern Blue #018795

RGB

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

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

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

R = 0.35%
G = 47.37%
B = 52.28%

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

#018795 (or 0x018795) is known color: Eastern Blue. HEX triplet: 01, 87 and 95. RGB value is (1,135,149). Sum of RGB (Red+Green+Blue) = 1+135+149=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #018795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018795 is #FE786A. Grayscale: #606060. Windows color (decimal): -16676971 or 9799425. OLE color: 9799425.

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

Color convert

RGB 1 135 149 -
CMYK 0.99 0.09 0 0.42
HSL 185.68º 0.99% 0.29% -
HSV(B) 185.68º 0.99% 0.58% -
XYZ 14.1 19.5 31.46 -
YUV 96.53 157.61 59.86 -
System Red Green Blue C M Y K H S L
Decimal 1 135 149 0.99 0.09 0 0.42 185.68 0.99 0.29
Hex 1 87 95 63 9 0 2A BA 63 1D
Octal 1 207 225 143 11 0 52 272 143 35
Binary 1 10000111 10010101 1100011 1001 0 101010 10111010 1100011 11101

Color Harmonies of #018795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018795

Black with #018795

Text Example


Text Example

White with #018795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018795; }

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

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

background-color css

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

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

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

border-color css

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

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

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