Html Css Color HEX #139FAE Pelorous

📋 copy color: '#139FAE'

red 19 ◦ green 159 ◦ blue 174

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

Shades of Pelorous #139FAE

Tints of Pelorous #139FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

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

R = 5.4%
G = 45.17%
B = 49.43%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#139FAE (or 0x139FAE) is known color: Pelorous. HEX triplet: 13, 9F and AE. RGB value is (19,159,174). Sum of RGB (Red+Green+Blue) = 19+159+174=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #139FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FAE is #EC6051. Grayscale: #767676. Windows color (decimal): -15491154 or 11443987. OLE color: 11443987.

HSL color Cylindrical-coordinate representation of color #139FAE: hue angle of 185.81º 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 #139FAE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 159 174 -
CMYK 0.89 0.09 0 0.32
HSL 185.81º 0.8% 0.38% -
HSV(B) 185.81º 0.89% 0.68% -
XYZ 20.31 27.99 44.38 -
YUV 118.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 19 159 174 0.89 0.09 0 0.32 185.81 0.8 0.38
Hex 13 9F AE 59 9 0 20 BA 50 26
Octal 23 237 256 131 11 0 40 272 120 46
Binary 10011 10011111 10101110 1011001 1001 0 100000 10111010 1010000 100110

Color Harmonies of #139FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FAE

Black with #139FAE

Text Example


Text Example

White with #139FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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