#139FB3

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

Shades of Pelorous #139FB3

Tints of Pelorous #139FB3

Color information

#139FB3 (or 0x139FB3) is unknown color: approx Pelorous. HEX triplet: 13, 9F and B3. RGB value is (19,159,179). Sum of RGB (Red+Green+Blue) = 19+159+179=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #139FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FB3 is #EC604C. Grayscale: #777777. Windows color (decimal): -15491149 or 11771667. OLE color: 11771667.

HSL color Cylindrical-coordinate representation of color #139FB3: hue angle of 187.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139FB3 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19159179-
CMYK0.890.1100.30
HSL187.5º80.81%38.82%-
HSV(B)187.5º89.39%70.2%-
XYZ20.828.1946.99-
YUV119.42161.6256.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 159 (62.5% from 255) = 44.54%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=5.32%
G=44.54%
B=50.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191591790.890.1100.30187.580.8138.82
Hex139FB359B01Ebc5127
Octal232372631311303627412147
Binary10011100111111011001110110011011011110101111001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,159,179); }

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

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

 a { background-color: rgb(19,159,179); }

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

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

 span { border-color: rgb(19,159,179); }

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