Html Css Color HEX #138A9A Eastern Blue

📋 copy color: '#138A9A'

red 19 ◦ green 138 ◦ blue 154

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

Shades of Eastern Blue #138A9A

Tints of Eastern Blue #138A9A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.37%

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 6.11%
G = 44.37%
B = 49.52%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#138A9A (or 0x138A9A) is known color: Eastern Blue. HEX triplet: 13, 8A and 9A. RGB value is (19,138,154). Sum of RGB (Red+Green+Blue) = 19+138+154=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #138A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A9A is #EC7565. Grayscale: #686868. Windows color (decimal): -15496550 or 10127891. OLE color: 10127891.

HSL color Cylindrical-coordinate representation of color #138A9A: hue angle of 187.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138A9A is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 138 154 -
CMYK 0.88 0.10 0 0.40
HSL 187.11º 0.78% 0.34% -
HSV(B) 187.11º 0.88% 0.6% -
XYZ 15.19 20.65 33.76 -
YUV 104.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 19 138 154 0.88 0.10 0 0.40 187.11 0.78 0.34
Hex 13 8A 9A 58 A 0 28 BB 4E 22
Octal 23 212 232 130 12 0 50 273 116 42
Binary 10011 10001010 10011010 1011000 1010 0 101000 10111011 1001110 100010

Color Harmonies of #138A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A9A

Black with #138A9A

Text Example


Text Example

White with #138A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,154); }

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

background-color css

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

 a { background-color: rgb(19,138,154); }

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

border-color css

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

 span { border-color: rgb(19,138,154); }

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