Html Css Color HEX #139DBA Pelorous

📋 copy color: '#139DBA'

red 19 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #139DBA

Tints of Pelorous #139DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.37%

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

R = 5.25%
G = 43.37%
B = 51.38%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139DBA (or 0x139DBA) is known color: Pelorous. HEX triplet: 13, 9D and BA. RGB value is (19,157,186). Sum of RGB (Red+Green+Blue) = 19+157+186=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #139DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBA is #EC6245. Grayscale: #767676. Windows color (decimal): -15491654 or 12229907. OLE color: 12229907.

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

Color convert

RGB 19 157 186 -
CMYK 0.90 0.16 0 0.27
HSL 190.42º 0.81% 0.4% -
HSV(B) 190.42º 0.9% 0.73% -
XYZ 21.19 27.8 50.7 -
YUV 119.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 19 157 186 0.90 0.16 0 0.27 190.42 0.81 0.4
Hex 13 9D BA 5A 10 0 1B BE 51 28
Octal 23 235 272 132 20 0 33 276 121 50
Binary 10011 10011101 10111010 1011010 10000 0 11011 10111110 1010001 101000

Color Harmonies of #139DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DBA

Black with #139DBA

Text Example


Text Example

White with #139DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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