Html Css Color HEX #139AAF Pelorous

📋 copy color: '#139AAF'

red 19 ◦ green 154 ◦ blue 175

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

Shades of Pelorous #139AAF

Tints of Pelorous #139AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 5.46%
G = 44.25%
B = 50.29%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#139AAF (or 0x139AAF) is known color: Pelorous. HEX triplet: 13, 9A and AF. RGB value is (19,154,175). Sum of RGB (Red+Green+Blue) = 19+154+175=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #139AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139AAF is #EC6550. Grayscale: #737373. Windows color (decimal): -15492433 or 11508243. OLE color: 11508243.

HSL color Cylindrical-coordinate representation of color #139AAF: hue angle of 188.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139AAF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 154 175 -
CMYK 0.89 0.12 0 0.31
HSL 188.08º 0.8% 0.38% -
HSV(B) 188.08º 0.89% 0.69% -
XYZ 19.56 26.34 44.61 -
YUV 116.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 19 154 175 0.89 0.12 0 0.31 188.08 0.8 0.38
Hex 13 9A AF 59 C 0 1F BC 50 26
Octal 23 232 257 131 14 0 37 274 120 46
Binary 10011 10011010 10101111 1011001 1100 0 11111 10111100 1010000 100110

Color Harmonies of #139AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AAF

Black with #139AAF

Text Example


Text Example

White with #139AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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