#138BA0

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

Shades of Eastern Blue #138BA0

Tints of Eastern Blue #138BA0

Color information

#138BA0 (or 0x138BA0) is unknown color: approx Eastern Blue. HEX triplet: 13, 8B and A0. RGB value is (19,139,160). Sum of RGB (Red+Green+Blue) = 19+139+160=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #138BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA0 is #EC745F. Grayscale: #696969. Windows color (decimal): -15496288 or 10521363. OLE color: 10521363.

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

Color convert

RGB19139160-
CMYK0.880.1300.37
HSL188.94º78.77%35.1%-
HSV(B)188.94º88.13%62.75%-
XYZ15.8521.1436.5-
YUV105.51158.7466.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.97%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=5.97%
G=43.71%
B=50.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191391600.880.1300.37188.9478.7735.1
Hex138BA058D025bd4f23
Octal232132401301504527511743
Binary100111000101110100000101100011010100101101111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,139,160); }

 H1.HeaderClassName
 {
   color: #138BA0;
 }
 .AnyTagClassName
 {
   color: #138BA0;
 }
</style>
background-color css

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

 a { background-color: rgb(19,139,160); }

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

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

 span { border-color: rgb(19,139,160); }

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