Html Css Color HEX #139EBA Pelorous

📋 copy color: '#139EBA'

red 19 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #139EBA

Tints of Pelorous #139EBA

RGB

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

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

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

R = 5.23%
G = 43.53%
B = 51.24%

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

#139EBA (or 0x139EBA) is known color: Pelorous. HEX triplet: 13, 9E and BA. RGB value is (19,158,186). Sum of RGB (Red+Green+Blue) = 19+158+186=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #139EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EBA is #EC6145. Grayscale: #777777. Windows color (decimal): -15491398 or 12230163. OLE color: 12230163.

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

Color convert

RGB 19 158 186 -
CMYK 0.90 0.15 0 0.27
HSL 190.06º 0.81% 0.4% -
HSV(B) 190.06º 0.9% 0.73% -
XYZ 21.36 28.14 50.76 -
YUV 119.63 165.45 56.22 -
System Red Green Blue C M Y K H S L
Decimal 19 158 186 0.90 0.15 0 0.27 190.06 0.81 0.4
Hex 13 9E BA 5A F 0 1B BE 51 28
Octal 23 236 272 132 17 0 33 276 121 50
Binary 10011 10011110 10111010 1011010 1111 0 11011 10111110 1010001 101000

Color Harmonies of #139EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EBA

Black with #139EBA

Text Example


Text Example

White with #139EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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