#139DAD

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

Shades of Pelorous #139DAD

Tints of Pelorous #139DAD

Color information

#139DAD (or 0x139DAD) is unknown color: approx Pelorous. HEX triplet: 13, 9D and AD. RGB value is (19,157,173). Sum of RGB (Red+Green+Blue) = 19+157+173=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #139DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAD is #EC6252. Grayscale: #757575. Windows color (decimal): -15491667 or 11377939. OLE color: 11377939.

HSL color Cylindrical-coordinate representation of color #139DAD: hue angle of 186.23º 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 #139DAD is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19157173-
CMYK0.890.0900.32
HSL186.23º80.21%37.65%-
HSV(B)186.23º89.02%67.84%-
XYZ19.8727.2743.75-
YUV117.56159.2857.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.44%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=5.44%
G=44.99%
B=49.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191571730.890.0900.32186.2380.2137.65
Hex139DAD599020ba5026
Octal232352551311104027212046
Binary100111001110110101101101100110010100000101110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,157,173); }

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

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

 a { background-color: rgb(19,157,173); }

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

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

 span { border-color: rgb(19,157,173); }

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