#139DAC

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

Shades of Pelorous #139DAC

Tints of Pelorous #139DAC

Color information

#139DAC (or 0x139DAC) is unknown color: approx Pelorous. HEX triplet: 13, 9D and AC. RGB value is (19,157,172). Sum of RGB (Red+Green+Blue) = 19+157+172=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #139DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAC is #EC6253. Grayscale: #757575. Windows color (decimal): -15491668 or 11312403. OLE color: 11312403.

HSL color Cylindrical-coordinate representation of color #139DAC: hue angle of 185.88º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139DAC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19157172-
CMYK0.890.0900.33
HSL185.88º80.1%37.45%-
HSV(B)185.88º88.95%67.45%-
XYZ19.7727.2343.24-
YUV117.45158.7857.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.46%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=5.46%
G=45.11%
B=49.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191571720.890.0900.33185.8880.137.45
Hex139DAC599021ba5025
Octal232352541311104127212045
Binary100111001110110101100101100110010100001101110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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