Html Css Color HEX #139FAD Pelorous

📋 copy color: '#139FAD'

red 19 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #139FAD

Tints of Pelorous #139FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 5.41%
G = 45.3%
B = 49.29%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#139FAD (or 0x139FAD) is known color: Pelorous. HEX triplet: 13, 9F and AD. RGB value is (19,159,173). Sum of RGB (Red+Green+Blue) = 19+159+173=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #139FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FAD is #EC6052. Grayscale: #767676. Windows color (decimal): -15491155 or 11378451. OLE color: 11378451.

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

Color convert

RGB 19 159 173 -
CMYK 0.89 0.08 0 0.32
HSL 185.45º 0.8% 0.38% -
HSV(B) 185.45º 0.89% 0.68% -
XYZ 20.21 27.95 43.87 -
YUV 118.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 19 159 173 0.89 0.08 0 0.32 185.45 0.8 0.38
Hex 13 9F AD 59 8 0 20 B9 50 26
Octal 23 237 255 131 10 0 40 271 120 46
Binary 10011 10011111 10101101 1011001 1000 0 100000 10111001 1010000 100110

Color Harmonies of #139FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FAD

Black with #139FAD

Text Example


Text Example

White with #139FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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