Html Css Color HEX #139BAF Pelorous

📋 copy color: '#139BAF'

red 19 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #139BAF

Tints of Pelorous #139BAF

RGB

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

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

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

R = 5.44%
G = 44.41%
B = 50.14%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#139BAF (or 0x139BAF) is known color: Pelorous. HEX triplet: 13, 9B and AF. RGB value is (19,155,175). Sum of RGB (Red+Green+Blue) = 19+155+175=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #139BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BAF is #EC6450. Grayscale: #747474. Windows color (decimal): -15492177 or 11508499. OLE color: 11508499.

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

Color convert

RGB 19 155 175 -
CMYK 0.89 0.11 0 0.31
HSL 187.69º 0.8% 0.38% -
HSV(B) 187.69º 0.89% 0.69% -
XYZ 19.73 26.68 44.67 -
YUV 116.62 160.94 58.37 -
System Red Green Blue C M Y K H S L
Decimal 19 155 175 0.89 0.11 0 0.31 187.69 0.8 0.38
Hex 13 9B AF 59 B 0 1F BC 50 26
Octal 23 233 257 131 13 0 37 274 120 46
Binary 10011 10011011 10101111 1011001 1011 0 11111 10111100 1010000 100110

Color Harmonies of #139BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BAF

Black with #139BAF

Text Example


Text Example

White with #139BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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