Html Css Color HEX #018AAB Eastern Blue

📋 copy color: '#018AAB'

red 1 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #018AAB

Tints of Eastern Blue #018AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.52%

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 0.32%
G = 44.52%
B = 55.16%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#018AAB (or 0x018AAB) is known color: Eastern Blue. HEX triplet: 01, 8A and AB. RGB value is (1,138,171). Sum of RGB (Red+Green+Blue) = 1+138+171=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #018AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAB is #FE7554. Grayscale: #646464. Windows color (decimal): -16676181 or 11241985. OLE color: 11241985.

HSL color Cylindrical-coordinate representation of color #018AAB: hue angle of 191.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AAB is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 138 171 -
CMYK 0.99 0.19 0 0.33
HSL 191.65º 0.99% 0.34% -
HSV(B) 191.65º 0.99% 0.67% -
XYZ 16.45 21.12 41.74 -
YUV 100.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 1 138 171 0.99 0.19 0 0.33 191.65 0.99 0.34
Hex 1 8A AB 63 13 0 21 C0 63 22
Octal 1 212 253 143 23 0 41 300 143 42
Binary 1 10001010 10101011 1100011 10011 0 100001 11000000 1100011 100010

Color Harmonies of #018AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AAB

Black with #018AAB

Text Example


Text Example

White with #018AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,138,171); }

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

background-color css

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

 a { background-color: rgb(1,138,171); }

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

border-color css

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

 span { border-color: rgb(1,138,171); }

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