Html Css Color HEX #139CAE Pelorous

📋 copy color: '#139CAE'

red 19 ◦ green 156 ◦ blue 174

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

Shades of Pelorous #139CAE

Tints of Pelorous #139CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 5.44%
G = 44.7%
B = 49.86%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#139CAE (or 0x139CAE) is known color: Pelorous. HEX triplet: 13, 9C and AE. RGB value is (19,156,174). Sum of RGB (Red+Green+Blue) = 19+156+174=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #139CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CAE is #EC6351. Grayscale: #747474. Windows color (decimal): -15491922 or 11443219. OLE color: 11443219.

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

Color convert

RGB 19 156 174 -
CMYK 0.89 0.10 0 0.32
HSL 186.97º 0.8% 0.38% -
HSV(B) 186.97º 0.89% 0.68% -
XYZ 19.8 26.97 44.21 -
YUV 117.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 19 156 174 0.89 0.10 0 0.32 186.97 0.8 0.38
Hex 13 9C AE 59 A 0 20 BB 50 26
Octal 23 234 256 131 12 0 40 273 120 46
Binary 10011 10011100 10101110 1011001 1010 0 100000 10111011 1010000 100110

Color Harmonies of #139CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CAE

Black with #139CAE

Text Example


Text Example

White with #139CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,174); }

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

background-color css

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

 a { background-color: rgb(19,156,174); }

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

border-color css

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

 span { border-color: rgb(19,156,174); }

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