Html Css Color HEX #138CA2 Eastern Blue

📋 copy color: '#138CA2'

red 19 ◦ green 140 ◦ blue 162

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

Shades of Eastern Blue #138CA2

Tints of Eastern Blue #138CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.47%

R = 5.92%
G = 43.61%
B = 50.47%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#138CA2 (or 0x138CA2) is known color: Eastern Blue. HEX triplet: 13, 8C and A2. RGB value is (19,140,162). Sum of RGB (Red+Green+Blue) = 19+140+162=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #138CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CA2 is #EC735D. Grayscale: #6A6A6A. Windows color (decimal): -15496030 or 10652691. OLE color: 10652691.

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

Color convert

RGB 19 140 162 -
CMYK 0.88 0.14 0 0.36
HSL 189.23º 0.79% 0.35% -
HSV(B) 189.23º 0.88% 0.64% -
XYZ 16.17 21.5 37.48 -
YUV 106.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 19 140 162 0.88 0.14 0 0.36 189.23 0.79 0.35
Hex 13 8C A2 58 E 0 24 BD 4F 23
Octal 23 214 242 130 16 0 44 275 117 43
Binary 10011 10001100 10100010 1011000 1110 0 100100 10111101 1001111 100011

Color Harmonies of #138CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CA2

Black with #138CA2

Text Example


Text Example

White with #138CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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