Html Css Color HEX #139DB7 Pelorous

📋 copy color: '#139DB7'

red 19 ◦ green 157 ◦ blue 183

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

Shades of Pelorous #139DB7

Tints of Pelorous #139DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.97%

R = 5.29%
G = 43.73%
B = 50.97%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#139DB7 (or 0x139DB7) is known color: Pelorous. HEX triplet: 13, 9D and B7. RGB value is (19,157,183). Sum of RGB (Red+Green+Blue) = 19+157+183=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #139DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DB7 is #EC6248. Grayscale: #767676. Windows color (decimal): -15491657 or 12033299. OLE color: 12033299.

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

Color convert

RGB 19 157 183 -
CMYK 0.90 0.14 0 0.28
HSL 189.51º 0.81% 0.4% -
HSV(B) 189.51º 0.9% 0.72% -
XYZ 20.87 27.67 49.04 -
YUV 118.7 164.28 56.89 -
System Red Green Blue C M Y K H S L
Decimal 19 157 183 0.90 0.14 0 0.28 189.51 0.81 0.4
Hex 13 9D B7 5A E 0 1C BE 51 28
Octal 23 235 267 132 16 0 34 276 121 50
Binary 10011 10011101 10110111 1011010 1110 0 11100 10111110 1010001 101000

Color Harmonies of #139DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DB7

Black with #139DB7

Text Example


Text Example

White with #139DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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