Html Css Color HEX #139DB5 Pelorous

📋 copy color: '#139DB5'

red 19 ◦ green 157 ◦ blue 181

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

Shades of Pelorous #139DB5

Tints of Pelorous #139DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.7%

R = 5.32%
G = 43.98%
B = 50.7%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#139DB5 (or 0x139DB5) is known color: Pelorous. HEX triplet: 13, 9D and B5. RGB value is (19,157,181). Sum of RGB (Red+Green+Blue) = 19+157+181=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #139DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DB5 is #EC624A. Grayscale: #767676. Windows color (decimal): -15491659 or 11902227. OLE color: 11902227.

HSL color Cylindrical-coordinate representation of color #139DB5: hue angle of 188.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DB5 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 157 181 -
CMYK 0.90 0.13 0 0.29
HSL 188.89º 0.81% 0.39% -
HSV(B) 188.89º 0.9% 0.71% -
XYZ 20.67 27.59 47.95 -
YUV 118.47 163.28 57.05 -
System Red Green Blue C M Y K H S L
Decimal 19 157 181 0.90 0.13 0 0.29 188.89 0.81 0.39
Hex 13 9D B5 5A D 0 1D BD 51 27
Octal 23 235 265 132 15 0 35 275 121 47
Binary 10011 10011101 10110101 1011010 1101 0 11101 10111101 1010001 100111

Color Harmonies of #139DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DB5

Black with #139DB5

Text Example


Text Example

White with #139DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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