Html Css Color HEX #139EB1 Pelorous

📋 copy color: '#139EB1'

red 19 ◦ green 158 ◦ blue 177

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

Shades of Pelorous #139EB1

Tints of Pelorous #139EB1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

 BLUE value IS 177 (69.53% from 255) = 50%

R = 5.37%
G = 44.63%
B = 50%

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

#139EB1 (or 0x139EB1) is known color: Pelorous. HEX triplet: 13, 9E and B1. RGB value is (19,158,177). Sum of RGB (Red+Green+Blue) = 19+158+177=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #139EB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139EB1 is #EC614E. Grayscale: #767676. Windows color (decimal): -15491407 or 11640339. OLE color: 11640339.

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

Color convert

RGB 19 158 177 -
CMYK 0.89 0.11 0 0.31
HSL 187.22º 0.81% 0.38% -
HSV(B) 187.22º 0.89% 0.69% -
XYZ 20.43 27.77 45.88 -
YUV 118.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 19 158 177 0.89 0.11 0 0.31 187.22 0.81 0.38
Hex 13 9E B1 59 B 0 1F BB 51 26
Octal 23 236 261 131 13 0 37 273 121 46
Binary 10011 10011110 10110001 1011001 1011 0 11111 10111011 1010001 100110

Color Harmonies of #139EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EB1

Black with #139EB1

Text Example


Text Example

White with #139EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,158,177); }

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

background-color css

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

 a { background-color: rgb(19,158,177); }

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

border-color css

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

 span { border-color: rgb(19,158,177); }

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