Html Css Color HEX #139EB9 Pelorous

📋 copy color: '#139EB9'

red 19 ◦ green 158 ◦ blue 185

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

Shades of Pelorous #139EB9

Tints of Pelorous #139EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 5.25%
G = 43.65%
B = 51.1%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139EB9 (or 0x139EB9) is known color: Pelorous. HEX triplet: 13, 9E and B9. RGB value is (19,158,185). Sum of RGB (Red+Green+Blue) = 19+158+185=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #139EB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EB9 is #EC6146. Grayscale: #777777. Windows color (decimal): -15491399 or 12164627. OLE color: 12164627.

HSL color Cylindrical-coordinate representation of color #139EB9: hue angle of 189.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139EB9 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 158 185 -
CMYK 0.90 0.15 0 0.27
HSL 189.76º 0.81% 0.4% -
HSV(B) 189.76º 0.9% 0.73% -
XYZ 21.25 28.09 50.2 -
YUV 119.52 164.95 56.3 -
System Red Green Blue C M Y K H S L
Decimal 19 158 185 0.90 0.15 0 0.27 189.76 0.81 0.4
Hex 13 9E B9 5A F 0 1B BE 51 28
Octal 23 236 271 132 17 0 33 276 121 50
Binary 10011 10011110 10111001 1011010 1111 0 11011 10111110 1010001 101000

Color Harmonies of #139EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EB9

Black with #139EB9

Text Example


Text Example

White with #139EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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