#139AAE

Color #139AAE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #139AAE

Tints of Pelorous #139AAE

Color information

#139AAE (or 0x139AAE) is unknown color: approx Pelorous. HEX triplet: 13, 9A and AE. RGB value is (19,154,174). Sum of RGB (Red+Green+Blue) = 19+154+174=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #139AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139AAE is #EC6551. Grayscale: #737373. Windows color (decimal): -15492434 or 11442707. OLE color: 11442707.

HSL color Cylindrical-coordinate representation of color #139AAE: hue angle of 187.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139AAE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19154174-
CMYK0.890.1100.32
HSL187.74º80.31%37.84%-
HSV(B)187.74º89.08%68.24%-
XYZ19.4626.3144.1-
YUV115.92160.7758.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=5.48%
G=44.38%
B=50.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191541740.890.1100.32187.7480.3137.84
Hex139AAE59B020bc5026
Octal232322561311304027412046
Binary100111001101010101110101100110110100000101111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139AAE; }

 p { color: rgb(19,154,174); }

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

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

 a { background-color: rgb(19,154,174); }

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

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

 span { border-color: rgb(19,154,174); }

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