Html Css Color HEX #139BAC Pelorous

📋 copy color: '#139BAC'

red 19 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #139BAC

Tints of Pelorous #139BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 5.49%
G = 44.8%
B = 49.71%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#139BAC (or 0x139BAC) is known color: Pelorous. HEX triplet: 13, 9B and AC. RGB value is (19,155,172). Sum of RGB (Red+Green+Blue) = 19+155+172=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #139BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BAC is #EC6453. Grayscale: #747474. Windows color (decimal): -15492180 or 11311891. OLE color: 11311891.

HSL color Cylindrical-coordinate representation of color #139BAC: hue angle of 186.67º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139BAC is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 155 172 -
CMYK 0.89 0.10 0 0.33
HSL 186.67º 0.8% 0.37% -
HSV(B) 186.67º 0.89% 0.67% -
XYZ 19.44 26.56 43.13 -
YUV 116.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 19 155 172 0.89 0.10 0 0.33 186.67 0.8 0.37
Hex 13 9B AC 59 A 0 21 BB 50 25
Octal 23 233 254 131 12 0 41 273 120 45
Binary 10011 10011011 10101100 1011001 1010 0 100001 10111011 1010000 100101

Color Harmonies of #139BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BAC

Black with #139BAC

Text Example


Text Example

White with #139BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,172); }

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

background-color css

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

 a { background-color: rgb(19,155,172); }

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

border-color css

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

 span { border-color: rgb(19,155,172); }

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