#018b9b

Color #018B9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #018B9B

Tints of Eastern Blue #018B9B

Color information

#018B9B (or 0x018B9B) is unknown color: approx Eastern Blue. HEX triplet: 01, 8B and 9B. RGB value is (1,139,155). Sum of RGB (Red+Green+Blue) = 1+139+155=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #018B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B9B is #FE7464. Grayscale: #636363. Windows color (decimal): -16675941 or 10193665. OLE color: 10193665.

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

Color convert

RGB1139155-
CMYK0.990.1000.39
HSL186.23º98.72%30.59%-
HSV(B)186.23º99.35%60.78%-
XYZ15.1620.8434.23-
YUV99.56159.2857.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=0.34%
G=47.12%
B=52.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11391550.990.1000.39186.2398.7230.59
Hex18B9B63A027ba631f
Octal12132331431204727214337
Binary1100010111001101111000111010010011110111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #018b9b;
 }
 .AnyTagClassName
 {
   color: #018b9b;
 }
</style>
background-color css

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

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

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

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

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

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