Html Css Color HEX #018B9D Eastern Blue

📋 copy color: '#018B9D'

red 1 ◦ green 139 ◦ blue 157

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

Shades of Eastern Blue #018B9D

Tints of Eastern Blue #018B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 0.34%
G = 46.8%
B = 52.86%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#018B9D (or 0x018B9D) is known color: Eastern Blue. HEX triplet: 01, 8B and 9D. RGB value is (1,139,157). Sum of RGB (Red+Green+Blue) = 1+139+157=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #018B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B9D is #FE7462. Grayscale: #636363. Windows color (decimal): -16675939 or 10324737. OLE color: 10324737.

HSL color Cylindrical-coordinate representation of color #018B9D: hue angle of 186.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B9D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 139 157 -
CMYK 0.99 0.11 0 0.38
HSL 186.92º 0.99% 0.31% -
HSV(B) 186.92º 0.99% 0.62% -
XYZ 15.33 20.91 35.13 -
YUV 99.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 1 139 157 0.99 0.11 0 0.38 186.92 0.99 0.31
Hex 1 8B 9D 63 B 0 26 BB 63 1F
Octal 1 213 235 143 13 0 46 273 143 37
Binary 1 10001011 10011101 1100011 1011 0 100110 10111011 1100011 11111

Color Harmonies of #018B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B9D

Black with #018B9D

Text Example


Text Example

White with #018B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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