Html Css Color HEX #018BA2 Eastern Blue

📋 copy color: '#018BA2'

red 1 ◦ green 139 ◦ blue 162

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

Shades of Eastern Blue #018BA2

Tints of Eastern Blue #018BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.64%

R = 0.33%
G = 46.03%
B = 53.64%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#018BA2 (or 0x018BA2) is known color: Eastern Blue. HEX triplet: 01, 8B and A2. RGB value is (1,139,162). Sum of RGB (Red+Green+Blue) = 1+139+162=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #018BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BA2 is #FE745D. Grayscale: #646464. Windows color (decimal): -16675934 or 10652417. OLE color: 10652417.

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

Color convert

RGB 1 139 162 -
CMYK 0.99 0.14 0 0.36
HSL 188.57º 0.99% 0.32% -
HSV(B) 188.57º 0.99% 0.64% -
XYZ 15.77 21.08 37.42 -
YUV 100.36 162.78 57.13 -
System Red Green Blue C M Y K H S L
Decimal 1 139 162 0.99 0.14 0 0.36 188.57 0.99 0.32
Hex 1 8B A2 63 E 0 24 BD 63 20
Octal 1 213 242 143 16 0 44 275 143 40
Binary 1 10001011 10100010 1100011 1110 0 100100 10111101 1100011 100000

Color Harmonies of #018BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BA2

Black with #018BA2

Text Example


Text Example

White with #018BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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