Html Css Color HEX #139FBA Pelorous

📋 copy color: '#139FBA'

red 19 ◦ green 159 ◦ blue 186

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

Shades of Pelorous #139FBA

Tints of Pelorous #139FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 5.22%
G = 43.68%
B = 51.1%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139FBA (or 0x139FBA) is known color: Pelorous. HEX triplet: 13, 9F and BA. RGB value is (19,159,186). Sum of RGB (Red+Green+Blue) = 19+159+186=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #139FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FBA is #EC6045. Grayscale: #777777. Windows color (decimal): -15491142 or 12230419. OLE color: 12230419.

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

Color convert

RGB 19 159 186 -
CMYK 0.90 0.15 0 0.27
HSL 189.7º 0.81% 0.4% -
HSV(B) 189.7º 0.9% 0.73% -
XYZ 21.53 28.48 50.82 -
YUV 120.22 165.12 55.8 -
System Red Green Blue C M Y K H S L
Decimal 19 159 186 0.90 0.15 0 0.27 189.7 0.81 0.4
Hex 13 9F BA 5A F 0 1B BE 51 28
Octal 23 237 272 132 17 0 33 276 121 50
Binary 10011 10011111 10111010 1011010 1111 0 11011 10111110 1010001 101000

Color Harmonies of #139FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FBA

Black with #139FBA

Text Example


Text Example

White with #139FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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