Html Css Color HEX #139ABB Pelorous

📋 copy color: '#139ABB'

red 19 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #139ABB

Tints of Pelorous #139ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.78%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 5.28%
G = 42.78%
B = 51.94%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139ABB (or 0x139ABB) is known color: Pelorous. HEX triplet: 13, 9A and BB. RGB value is (19,154,187). Sum of RGB (Red+Green+Blue) = 19+154+187=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #139ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ABB is #EC6544. Grayscale: #757575. Windows color (decimal): -15492421 or 12294675. OLE color: 12294675.

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

Color convert

RGB 19 154 187 -
CMYK 0.90 0.18 0 0.27
HSL 191.79º 0.82% 0.4% -
HSV(B) 191.79º 0.9% 0.73% -
XYZ 20.79 26.84 51.1 -
YUV 117.4 167.27 57.82 -
System Red Green Blue C M Y K H S L
Decimal 19 154 187 0.90 0.18 0 0.27 191.79 0.82 0.4
Hex 13 9A BB 5A 12 0 1B C0 52 28
Octal 23 232 273 132 22 0 33 300 122 50
Binary 10011 10011010 10111011 1011010 10010 0 11011 11000000 1010010 101000

Color Harmonies of #139ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139ABB

Black with #139ABB

Text Example


Text Example

White with #139ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,154,187); }

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

background-color css

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

 a { background-color: rgb(19,154,187); }

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

border-color css

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

 span { border-color: rgb(19,154,187); }

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