Html Css Color HEX #138199 Eastern Blue

📋 copy color: '#138199'

red 19 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #138199

Tints of Eastern Blue #138199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 6.31%
G = 42.86%
B = 50.83%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#138199 (or 0x138199) is known color: Eastern Blue. HEX triplet: 13, 81 and 99. RGB value is (19,129,153). Sum of RGB (Red+Green+Blue) = 19+129+153=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #138199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138199 is #EC7E66. Grayscale: #626262. Windows color (decimal): -15498855 or 10060051. OLE color: 10060051.

HSL color Cylindrical-coordinate representation of color #138199: hue angle of 190.75º 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 #138199 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 129 153 -
CMYK 0.88 0.16 0 0.4
HSL 190.75º 0.78% 0.34% -
HSV(B) 190.75º 0.88% 0.6% -
XYZ 13.87 18.14 32.91 -
YUV 98.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 19 129 153 0.88 0.16 0 0.4 190.75 0.78 0.34
Hex 13 81 99 58 10 0 28 BF 4E 22
Octal 23 201 231 130 20 0 50 277 116 42
Binary 10011 10000001 10011001 1011000 10000 0 101000 10111111 1001110 100010

Color Harmonies of #138199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138199

Black with #138199

Text Example


Text Example

White with #138199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138199; }

 p { color: rgb(19,129,153); }

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

background-color css

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

 a { background-color: rgb(19,129,153); }

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

border-color css

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

 span { border-color: rgb(19,129,153); }

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