Html Css Color HEX #138299 Eastern Blue

📋 copy color: '#138299'

red 19 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #138299

Tints of Eastern Blue #138299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.05%

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

R = 6.29%
G = 43.05%
B = 50.66%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#138299 (or 0x138299) is known color: Eastern Blue. HEX triplet: 13, 82 and 99. RGB value is (19,130,153). Sum of RGB (Red+Green+Blue) = 19+130+153=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #138299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138299 is #EC7D66. Grayscale: #636363. Windows color (decimal): -15498599 or 10060307. OLE color: 10060307.

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

Color convert

RGB 19 130 153 -
CMYK 0.88 0.15 0 0.4
HSL 190.3º 0.78% 0.34% -
HSV(B) 190.3º 0.88% 0.6% -
XYZ 14 18.4 32.95 -
YUV 99.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 19 130 153 0.88 0.15 0 0.4 190.3 0.78 0.34
Hex 13 82 99 58 F 0 28 BE 4E 22
Octal 23 202 231 130 17 0 50 276 116 42
Binary 10011 10000010 10011001 1011000 1111 0 101000 10111110 1001110 100010

Color Harmonies of #138299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138299

Black with #138299

Text Example


Text Example

White with #138299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138299; }

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

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

background-color css

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

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

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

border-color css

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

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

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