Html Css Color HEX #139CB9 Pelorous

📋 copy color: '#139CB9'

red 19 ◦ green 156 ◦ blue 185

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

Shades of Pelorous #139CB9

Tints of Pelorous #139CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

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

R = 5.28%
G = 43.33%
B = 51.39%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139CB9 (or 0x139CB9) is known color: Pelorous. HEX triplet: 13, 9C and B9. RGB value is (19,156,185). Sum of RGB (Red+Green+Blue) = 19+156+185=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #139CB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CB9 is #EC6346. Grayscale: #767676. Windows color (decimal): -15491911 or 12164115. OLE color: 12164115.

HSL color Cylindrical-coordinate representation of color #139CB9: hue angle of 190.48º 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 #139CB9 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 156 185 -
CMYK 0.90 0.16 0 0.27
HSL 190.48º 0.81% 0.4% -
HSV(B) 190.48º 0.9% 0.73% -
XYZ 20.91 27.42 50.09 -
YUV 118.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 19 156 185 0.90 0.16 0 0.27 190.48 0.81 0.4
Hex 13 9C B9 5A 10 0 1B BE 51 28
Octal 23 234 271 132 20 0 33 276 121 50
Binary 10011 10011100 10111001 1011010 10000 0 11011 10111110 1010001 101000

Color Harmonies of #139CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CB9

Black with #139CB9

Text Example


Text Example

White with #139CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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