Html Css Color HEX #018BA0 Eastern Blue

📋 copy color: '#018BA0'

red 1 ◦ green 139 ◦ blue 160

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

Shades of Eastern Blue #018BA0

Tints of Eastern Blue #018BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.33%

 BLUE value IS 160 (62.89% from 255) = 53.33%

R = 0.33%
G = 46.33%
B = 53.33%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#018BA0 (or 0x018BA0) is known color: Eastern Blue. HEX triplet: 01, 8B and A0. RGB value is (1,139,160). Sum of RGB (Red+Green+Blue) = 1+139+160=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #018BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BA0 is #FE745F. Grayscale: #636363. Windows color (decimal): -16675936 or 10521345. OLE color: 10521345.

HSL color Cylindrical-coordinate representation of color #018BA0: hue angle of 187.92º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BA0 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 139 160 -
CMYK 0.99 0.13 0 0.37
HSL 187.92º 0.99% 0.32% -
HSV(B) 187.92º 0.99% 0.63% -
XYZ 15.59 21.01 36.49 -
YUV 100.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 1 139 160 0.99 0.13 0 0.37 187.92 0.99 0.32
Hex 1 8B A0 63 D 0 25 BC 63 20
Octal 1 213 240 143 15 0 45 274 143 40
Binary 1 10001011 10100000 1100011 1101 0 100101 10111100 1100011 100000

Color Harmonies of #018BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BA0

Black with #018BA0

Text Example


Text Example

White with #018BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018BA0; }

 p { color: rgb(1,139,160); }

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

background-color css

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

 a { background-color: rgb(1,139,160); }

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

border-color css

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

 span { border-color: rgb(1,139,160); }

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