Html Css Color HEX #139AAB Pelorous

📋 copy color: '#139AAB'

red 19 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #139AAB

Tints of Pelorous #139AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

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

R = 5.52%
G = 44.77%
B = 49.71%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#139AAB (or 0x139AAB) is known color: Pelorous. HEX triplet: 13, 9A and AB. RGB value is (19,154,171). Sum of RGB (Red+Green+Blue) = 19+154+171=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #139AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139AAB is #EC6554. Grayscale: #737373. Windows color (decimal): -15492437 or 11246099. OLE color: 11246099.

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

Color convert

RGB 19 154 171 -
CMYK 0.89 0.10 0 0.33
HSL 186.71º 0.8% 0.37% -
HSV(B) 186.71º 0.89% 0.67% -
XYZ 19.17 26.19 42.57 -
YUV 115.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 19 154 171 0.89 0.10 0 0.33 186.71 0.8 0.37
Hex 13 9A AB 59 A 0 21 BB 50 25
Octal 23 232 253 131 12 0 41 273 120 45
Binary 10011 10011010 10101011 1011001 1010 0 100001 10111011 1010000 100101

Color Harmonies of #139AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AAB

Black with #139AAB

Text Example


Text Example

White with #139AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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