Html Css Color HEX #018CA1 Eastern Blue

📋 copy color: '#018CA1'

red 1 ◦ green 140 ◦ blue 161

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

Shades of Eastern Blue #018CA1

Tints of Eastern Blue #018CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.31%

R = 0.33%
G = 46.36%
B = 53.31%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#018CA1 (or 0x018CA1) is known color: Eastern Blue. HEX triplet: 01, 8C and A1. RGB value is (1,140,161). Sum of RGB (Red+Green+Blue) = 1+140+161=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #018CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CA1 is #FE735E. Grayscale: #646464. Windows color (decimal): -16675679 or 10587137. OLE color: 10587137.

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

Color convert

RGB 1 140 161 -
CMYK 0.99 0.13 0 0.37
HSL 187.88º 0.99% 0.32% -
HSV(B) 187.88º 0.99% 0.63% -
XYZ 15.82 21.34 37 -
YUV 100.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 1 140 161 0.99 0.13 0 0.37 187.88 0.99 0.32
Hex 1 8C A1 63 D 0 25 BC 63 20
Octal 1 214 241 143 15 0 45 274 143 40
Binary 1 10001100 10100001 1100011 1101 0 100101 10111100 1100011 100000

Color Harmonies of #018CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CA1

Black with #018CA1

Text Example


Text Example

White with #018CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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