Html Css Color HEX #139DAD Pelorous

📋 copy color: '#139DAD'

red 19 ◦ green 157 ◦ blue 173

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

Shades of Pelorous #139DAD

Tints of Pelorous #139DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 5.44%
G = 44.99%
B = 49.57%

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

#139DAD (or 0x139DAD) is known color: Pelorous. HEX triplet: 13, 9D and AD. RGB value is (19,157,173). Sum of RGB (Red+Green+Blue) = 19+157+173=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #139DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAD is #EC6252. Grayscale: #757575. Windows color (decimal): -15491667 or 11377939. OLE color: 11377939.

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

Color convert

RGB 19 157 173 -
CMYK 0.89 0.09 0 0.32
HSL 186.23º 0.8% 0.38% -
HSV(B) 186.23º 0.89% 0.68% -
XYZ 19.87 27.27 43.75 -
YUV 117.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 19 157 173 0.89 0.09 0 0.32 186.23 0.8 0.38
Hex 13 9D AD 59 9 0 20 BA 50 26
Octal 23 235 255 131 11 0 40 272 120 46
Binary 10011 10011101 10101101 1011001 1001 0 100000 10111010 1010000 100110

Color Harmonies of #139DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DAD

Black with #139DAD

Text Example


Text Example

White with #139DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,173); }

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

background-color css

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

 a { background-color: rgb(19,157,173); }

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

border-color css

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

 span { border-color: rgb(19,157,173); }

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