Html Css Color HEX #139DA9 Pelorous

📋 copy color: '#139DA9'

red 19 ◦ green 157 ◦ blue 169

#139DA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #139DA9

Tints of Pelorous #139DA9

RGB

 RED value IS 19 (7.81% from 255) = 5.51%

 GREEN value IS 157 (61.72% from 255) = 45.51%

 BLUE value IS 169 (66.41% from 255) = 48.99%

R = 5.51%
G = 45.51%
B = 48.99%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#139DA9 (or 0x139DA9) is known color: Pelorous. HEX triplet: 13, 9D and A9. RGB value is (19,157,169). Sum of RGB (Red+Green+Blue) = 19+157+169=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #139DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DA9 is #EC6256. Grayscale: #747474. Windows color (decimal): -15491671 or 11115795. OLE color: 11115795.

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

Color convert

RGB 19 157 169 -
CMYK 0.89 0.07 0 0.34
HSL 184.8º 0.8% 0.37% -
HSV(B) 184.8º 0.89% 0.66% -
XYZ 19.49 27.12 41.74 -
YUV 117.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 19 157 169 0.89 0.07 0 0.34 184.8 0.8 0.37
Hex 13 9D A9 59 7 0 22 B9 50 25
Octal 23 235 251 131 7 0 42 271 120 45
Binary 10011 10011101 10101001 1011001 111 0 100010 10111001 1010000 100101

Color Harmonies of #139DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DA9

Black with #139DA9

Text Example


Text Example

White with #139DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #139DA9;
 }
 .AnyTagClassName
 {
   color: #139DA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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