#139CAD

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

Shades of Pelorous #139CAD

Tints of Pelorous #139CAD

Color information

#139CAD (or 0x139CAD) is unknown color: approx Pelorous. HEX triplet: 13, 9C and AD. RGB value is (19,156,173). Sum of RGB (Red+Green+Blue) = 19+156+173=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #139CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CAD is #EC6352. Grayscale: #747474. Windows color (decimal): -15491923 or 11377683. OLE color: 11377683.

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

Color convert

RGB19156173-
CMYK0.890.1000.32
HSL186.62º80.21%37.65%-
HSV(B)186.62º89.02%67.84%-
XYZ19.726.9343.7-
YUV116.98159.6158.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.46%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=5.46%
G=44.83%
B=49.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191561730.890.1000.32186.6280.2137.65
Hex139CAD59A020bb5026
Octal232342551311204027312046
Binary100111001110010101101101100110100100000101110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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