Html Css Color HEX #018CA0 Eastern Blue

📋 copy color: '#018CA0'

red 1 ◦ green 140 ◦ blue 160

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

Shades of Eastern Blue #018CA0

Tints of Eastern Blue #018CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 0.33%
G = 46.51%
B = 53.16%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#018CA0 (or 0x018CA0) is known color: Eastern Blue. HEX triplet: 01, 8C and A0. RGB value is (1,140,160). Sum of RGB (Red+Green+Blue) = 1+140+160=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #018CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CA0 is #FE735F. Grayscale: #646464. Windows color (decimal): -16675680 or 10521601. OLE color: 10521601.

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

Color convert

RGB 1 140 160 -
CMYK 0.99 0.12 0 0.37
HSL 187.55º 0.99% 0.32% -
HSV(B) 187.55º 0.99% 0.63% -
XYZ 15.74 21.3 36.54 -
YUV 100.72 161.45 56.87 -
System Red Green Blue C M Y K H S L
Decimal 1 140 160 0.99 0.12 0 0.37 187.55 0.99 0.32
Hex 1 8C A0 63 C 0 25 BC 63 20
Octal 1 214 240 143 14 0 45 274 143 40
Binary 1 10001100 10100000 1100011 1100 0 100101 10111100 1100011 100000

Color Harmonies of #018CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CA0

Black with #018CA0

Text Example


Text Example

White with #018CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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