Html Css Color HEX #139DAF Pelorous

📋 copy color: '#139DAF'

red 19 ◦ green 157 ◦ blue 175

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

Shades of Pelorous #139DAF

Tints of Pelorous #139DAF

RGB

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

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

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

R = 5.41%
G = 44.73%
B = 49.86%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#139DAF (or 0x139DAF) is known color: Pelorous. HEX triplet: 13, 9D and AF. RGB value is (19,157,175). Sum of RGB (Red+Green+Blue) = 19+157+175=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #139DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAF is #EC6250. Grayscale: #757575. Windows color (decimal): -15491665 or 11509011. OLE color: 11509011.

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

Color convert

RGB 19 157 175 -
CMYK 0.89 0.10 0 0.31
HSL 186.92º 0.8% 0.38% -
HSV(B) 186.92º 0.89% 0.69% -
XYZ 20.06 27.35 44.78 -
YUV 117.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 19 157 175 0.89 0.10 0 0.31 186.92 0.8 0.38
Hex 13 9D AF 59 A 0 1F BB 50 26
Octal 23 235 257 131 12 0 37 273 120 46
Binary 10011 10011101 10101111 1011001 1010 0 11111 10111011 1010000 100110

Color Harmonies of #139DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DAF

Black with #139DAF

Text Example


Text Example

White with #139DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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