Html Css Color HEX #018798 Eastern Blue

📋 copy color: '#018798'

red 1 ◦ green 135 ◦ blue 152

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

Shades of Eastern Blue #018798

Tints of Eastern Blue #018798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 0.35%
G = 46.88%
B = 52.78%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018798 (or 0x018798) is known color: Eastern Blue. HEX triplet: 01, 87 and 98. RGB value is (1,135,152). Sum of RGB (Red+Green+Blue) = 1+135+152=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #018798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018798 is #FE7867. Grayscale: #606060. Windows color (decimal): -16676968 or 9996033. OLE color: 9996033.

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

Color convert

RGB 1 135 152 -
CMYK 0.99 0.11 0 0.40
HSL 186.76º 0.99% 0.3% -
HSV(B) 186.76º 0.99% 0.6% -
XYZ 14.34 19.6 32.73 -
YUV 96.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 1 135 152 0.99 0.11 0 0.40 186.76 0.99 0.3
Hex 1 87 98 63 B 0 28 BB 63 1E
Octal 1 207 230 143 13 0 50 273 143 36
Binary 1 10000111 10011000 1100011 1011 0 101000 10111011 1100011 11110

Color Harmonies of #018798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018798

Black with #018798

Text Example


Text Example

White with #018798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018798; }

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

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

background-color css

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

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

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

border-color css

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

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

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