#138199

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

Shades of Eastern Blue #138199

Tints of Eastern Blue #138199

Color information

#138199 (or 0x138199) is unknown color: approx Eastern Blue. HEX triplet: 13, 81 and 99. RGB value is (19,129,153). Sum of RGB (Red+Green+Blue) = 19+129+153=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #138199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138199 is #EC7E66. Grayscale: #626262. Windows color (decimal): -15498855 or 10060051. OLE color: 10060051.

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

Color convert

RGB19129153-
CMYK0.880.1600.4
HSL190.75º77.91%33.73%-
HSV(B)190.75º87.58%60%-
XYZ13.8718.1432.91-
YUV98.85158.5671.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=6.31%
G=42.86%
B=50.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191291530.880.1600.4190.7577.9133.73
Hex1381995810028bf4e22
Octal232012311302005027711642
Binary1001110000001100110011011000100000101000101111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138199; }

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

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

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

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

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

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

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

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