Html Css Color HEX #139EB7 Pelorous

📋 copy color: '#139EB7'

red 19 ◦ green 158 ◦ blue 183

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

Shades of Pelorous #139EB7

Tints of Pelorous #139EB7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.89%

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

R = 5.28%
G = 43.89%
B = 50.83%

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

#139EB7 (or 0x139EB7) is known color: Pelorous. HEX triplet: 13, 9E and B7. RGB value is (19,158,183). Sum of RGB (Red+Green+Blue) = 19+158+183=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #139EB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EB7 is #EC6148. Grayscale: #777777. Windows color (decimal): -15491401 or 12033555. OLE color: 12033555.

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

Color convert

RGB 19 158 183 -
CMYK 0.90 0.14 0 0.28
HSL 189.15º 0.81% 0.4% -
HSV(B) 189.15º 0.9% 0.72% -
XYZ 21.04 28.01 49.1 -
YUV 119.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 19 158 183 0.90 0.14 0 0.28 189.15 0.81 0.4
Hex 13 9E B7 5A E 0 1C BD 51 28
Octal 23 236 267 132 16 0 34 275 121 50
Binary 10011 10011110 10110111 1011010 1110 0 11100 10111101 1010001 101000

Color Harmonies of #139EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EB7

Black with #139EB7

Text Example


Text Example

White with #139EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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