Html Css Color HEX #138799 Eastern Blue

📋 copy color: '#138799'

red 19 ◦ green 135 ◦ blue 153

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

Shades of Eastern Blue #138799

Tints of Eastern Blue #138799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

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

R = 6.19%
G = 43.97%
B = 49.84%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#138799 (or 0x138799) is known color: Eastern Blue. HEX triplet: 13, 87 and 99. RGB value is (19,135,153). Sum of RGB (Red+Green+Blue) = 19+135+153=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #138799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138799 is #EC7866. Grayscale: #666666. Windows color (decimal): -15497319 or 10061587. OLE color: 10061587.

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

Color convert

RGB 19 135 153 -
CMYK 0.88 0.12 0 0.4
HSL 188.06º 0.78% 0.34% -
HSV(B) 188.06º 0.88% 0.6% -
XYZ 14.68 19.77 33.18 -
YUV 102.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 19 135 153 0.88 0.12 0 0.4 188.06 0.78 0.34
Hex 13 87 99 58 C 0 28 BC 4E 22
Octal 23 207 231 130 14 0 50 274 116 42
Binary 10011 10000111 10011001 1011000 1100 0 101000 10111100 1001110 100010

Color Harmonies of #138799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138799

Black with #138799

Text Example


Text Example

White with #138799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138799; }

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

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

background-color css

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

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

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

border-color css

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

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

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