Html Css Color HEX #139BAB Pelorous

📋 copy color: '#139BAB'

red 19 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #139BAB

Tints of Pelorous #139BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 5.51%
G = 44.93%
B = 49.57%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#139BAB (or 0x139BAB) is known color: Pelorous. HEX triplet: 13, 9B and AB. RGB value is (19,155,171). Sum of RGB (Red+Green+Blue) = 19+155+171=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #139BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BAB is #EC6454. Grayscale: #737373. Windows color (decimal): -15492181 or 11246355. OLE color: 11246355.

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

Color convert

RGB 19 155 171 -
CMYK 0.89 0.09 0 0.33
HSL 186.32º 0.8% 0.37% -
HSV(B) 186.32º 0.89% 0.67% -
XYZ 19.34 26.52 42.63 -
YUV 116.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 19 155 171 0.89 0.09 0 0.33 186.32 0.8 0.37
Hex 13 9B AB 59 9 0 21 BA 50 25
Octal 23 233 253 131 11 0 41 272 120 45
Binary 10011 10011011 10101011 1011001 1001 0 100001 10111010 1010000 100101

Color Harmonies of #139BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BAB

Black with #139BAB

Text Example


Text Example

White with #139BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,171); }

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

background-color css

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

 a { background-color: rgb(19,155,171); }

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

border-color css

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

 span { border-color: rgb(19,155,171); }

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