#138299

Color #138299 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #138299

Tints of Eastern Blue #138299

Color information

#138299 (or 0x138299) is unknown color: approx 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

RGB19130153-
CMYK0.880.1500.4
HSL190.3º77.91%33.73%-
HSV(B)190.3º87.58%60%-
XYZ1418.432.95-
YUV99.43158.2370.63-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191301530.880.1500.4190.377.9133.73
Hex13829958F028be4e22
Octal232022311301705027611642
Binary100111000001010011001101100011110101000101111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>