Html Css Color HEX #018C9D Eastern Blue

📋 copy color: '#018C9D'

red 1 ◦ green 140 ◦ blue 157

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

Shades of Eastern Blue #018C9D

Tints of Eastern Blue #018C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.98%

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

R = 0.34%
G = 46.98%
B = 52.68%

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

#018C9D (or 0x018C9D) is known color: Eastern Blue. HEX triplet: 01, 8C and 9D. RGB value is (1,140,157). Sum of RGB (Red+Green+Blue) = 1+140+157=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #018C9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C9D is #FE7362. Grayscale: #646464. Windows color (decimal): -16675683 or 10324993. OLE color: 10324993.

HSL color Cylindrical-coordinate representation of color #018C9D: hue angle of 186.54º 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 #018C9D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 140 157 -
CMYK 0.99 0.11 0 0.38
HSL 186.54º 0.99% 0.31% -
HSV(B) 186.54º 0.99% 0.62% -
XYZ 15.48 21.2 35.17 -
YUV 100.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 1 140 157 0.99 0.11 0 0.38 186.54 0.99 0.31
Hex 1 8C 9D 63 B 0 26 BB 63 1F
Octal 1 214 235 143 13 0 46 273 143 37
Binary 1 10001100 10011101 1100011 1011 0 100110 10111011 1100011 11111

Color Harmonies of #018C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C9D

Black with #018C9D

Text Example


Text Example

White with #018C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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