Html Css Color HEX #138FA5 Eastern Blue

📋 copy color: '#138FA5'

red 19 ◦ green 143 ◦ blue 165

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

Shades of Eastern Blue #138FA5

Tints of Eastern Blue #138FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

 BLUE value IS 165 (64.84% from 255) = 50.46%

R = 5.81%
G = 43.73%
B = 50.46%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#138FA5 (or 0x138FA5) is known color: Eastern Blue. HEX triplet: 13, 8F and A5. RGB value is (19,143,165). Sum of RGB (Red+Green+Blue) = 19+143+165=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #138FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FA5 is #EC705A. Grayscale: #6C6C6C. Windows color (decimal): -15495259 or 10850067. OLE color: 10850067.

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

Color convert

RGB 19 143 165 -
CMYK 0.88 0.13 0 0.35
HSL 189.04º 0.79% 0.36% -
HSV(B) 189.04º 0.88% 0.65% -
XYZ 16.88 22.5 39.05 -
YUV 108.43 159.92 64.21 -
System Red Green Blue C M Y K H S L
Decimal 19 143 165 0.88 0.13 0 0.35 189.04 0.79 0.36
Hex 13 8F A5 58 D 0 23 BD 4F 24
Octal 23 217 245 130 15 0 43 275 117 44
Binary 10011 10001111 10100101 1011000 1101 0 100011 10111101 1001111 100100

Color Harmonies of #138FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FA5

Black with #138FA5

Text Example


Text Example

White with #138FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,165); }

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

background-color css

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

 a { background-color: rgb(19,143,165); }

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

border-color css

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

 span { border-color: rgb(19,143,165); }

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