#138CA7

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

Shades of Eastern Blue #138CA7

Tints of Eastern Blue #138CA7

Color information

#138CA7 (or 0x138CA7) is unknown color: approx Eastern Blue. HEX triplet: 13, 8C and A7. RGB value is (19,140,167). Sum of RGB (Red+Green+Blue) = 19+140+167=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #138CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CA7 is #EC7358. Grayscale: #6A6A6A. Windows color (decimal): -15496025 or 10980371. OLE color: 10980371.

HSL color Cylindrical-coordinate representation of color #138CA7: hue angle of 190.95º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138CA7 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB19140167-
CMYK0.890.1600.35
HSL190.95º79.57%36.47%-
HSV(B)190.95º88.62%65.49%-
XYZ16.6221.6839.87-
YUV106.9161.9165.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.83%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 167 (65.62% from 255) = 51.23%
R=5.83%
G=42.94%
B=51.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191401670.890.1600.35190.9579.5736.47
Hex138CA75910023bf5024
Octal232142471312004327712044
Binary1001110001100101001111011001100000100011101111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,140,167); }

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

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

 a { background-color: rgb(19,140,167); }

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

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

 span { border-color: rgb(19,140,167); }

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