Html Css Color HEX #139CB7 Pelorous

📋 copy color: '#139CB7'

red 19 ◦ green 156 ◦ blue 183

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

Shades of Pelorous #139CB7

Tints of Pelorous #139CB7

RGB

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

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

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

R = 5.31%
G = 43.58%
B = 51.12%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#139CB7 (or 0x139CB7) is known color: Pelorous. HEX triplet: 13, 9C and B7. RGB value is (19,156,183). Sum of RGB (Red+Green+Blue) = 19+156+183=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #139CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CB7 is #EC6348. Grayscale: #757575. Windows color (decimal): -15491913 or 12033043. OLE color: 12033043.

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

Color convert

RGB 19 156 183 -
CMYK 0.90 0.15 0 0.28
HSL 189.88º 0.81% 0.4% -
HSV(B) 189.88º 0.9% 0.72% -
XYZ 20.7 27.33 48.98 -
YUV 118.12 164.61 57.3 -
System Red Green Blue C M Y K H S L
Decimal 19 156 183 0.90 0.15 0 0.28 189.88 0.81 0.4
Hex 13 9C B7 5A F 0 1C BE 51 28
Octal 23 234 267 132 17 0 34 276 121 50
Binary 10011 10011100 10110111 1011010 1111 0 11100 10111110 1010001 101000

Color Harmonies of #139CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CB7

Black with #139CB7

Text Example


Text Example

White with #139CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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