Html Css Color HEX #139DB9 Pelorous

📋 copy color: '#139DB9'

red 19 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #139DB9

Tints of Pelorous #139DB9

RGB

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

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

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

R = 5.26%
G = 43.49%
B = 51.25%

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

#139DB9 (or 0x139DB9) is known color: Pelorous. HEX triplet: 13, 9D and B9. RGB value is (19,157,185). Sum of RGB (Red+Green+Blue) = 19+157+185=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #139DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DB9 is #EC6246. Grayscale: #767676. Windows color (decimal): -15491655 or 12164371. OLE color: 12164371.

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

Color convert

RGB 19 157 185 -
CMYK 0.90 0.15 0 0.27
HSL 190.12º 0.81% 0.4% -
HSV(B) 190.12º 0.9% 0.73% -
XYZ 21.08 27.76 50.15 -
YUV 118.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 19 157 185 0.90 0.15 0 0.27 190.12 0.81 0.4
Hex 13 9D B9 5A F 0 1B BE 51 28
Octal 23 235 271 132 17 0 33 276 121 50
Binary 10011 10011101 10111001 1011010 1111 0 11011 10111110 1010001 101000

Color Harmonies of #139DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DB9

Black with #139DB9

Text Example


Text Example

White with #139DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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