#139EB8

Color #139EB8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #139EB8

Tints of Pelorous #139EB8

Color information

#139EB8 (or 0x139EB8) is unknown color: approx Pelorous. HEX triplet: 13, 9E and B8. RGB value is (19,158,184). Sum of RGB (Red+Green+Blue) = 19+158+184=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #139EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EB8 is #EC6147. Grayscale: #777777. Windows color (decimal): -15491400 or 12099091. OLE color: 12099091.

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

Color convert

RGB19158184-
CMYK0.900.1400.28
HSL189.45º81.28%39.8%-
HSV(B)189.45º89.67%72.16%-
XYZ21.1528.0549.65-
YUV119.4164.4556.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.26%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=5.26%
G=43.77%
B=50.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191581840.900.1400.28189.4581.2839.8
Hex139EB85AE01Cbd5128
Octal232362701321603427512150
Binary10011100111101011100010110101110011100101111011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #139EB8;
 }
 .AnyTagClassName
 {
   color: #139EB8;
 }
</style>
background-color css

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

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

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

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

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

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