Html Css Color HEX #138CA0 Eastern Blue

📋 copy color: '#138CA0'

red 19 ◦ green 140 ◦ blue 160

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

Shades of Eastern Blue #138CA0

Tints of Eastern Blue #138CA0

RGB

 RED value IS 19 (7.81% from 255) = 5.96%

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

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

R = 5.96%
G = 43.89%
B = 50.16%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#138CA0 (or 0x138CA0) is known color: Eastern Blue. HEX triplet: 13, 8C and A0. RGB value is (19,140,160). Sum of RGB (Red+Green+Blue) = 19+140+160=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #138CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CA0 is #EC735F. Grayscale: #696969. Windows color (decimal): -15496032 or 10521619. OLE color: 10521619.

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

Color convert

RGB 19 140 160 -
CMYK 0.88 0.12 0 0.37
HSL 188.51º 0.79% 0.35% -
HSV(B) 188.51º 0.88% 0.63% -
XYZ 15.99 21.43 36.55 -
YUV 106.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 19 140 160 0.88 0.12 0 0.37 188.51 0.79 0.35
Hex 13 8C A0 58 C 0 25 BD 4F 23
Octal 23 214 240 130 14 0 45 275 117 43
Binary 10011 10001100 10100000 1011000 1100 0 100101 10111101 1001111 100011

Color Harmonies of #138CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CA0

Black with #138CA0

Text Example


Text Example

White with #138CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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