Html Css Color HEX #1391AD Pelorous

📋 copy color: '#1391AD'

red 19 ◦ green 145 ◦ blue 173

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

Shades of Pelorous #1391AD

Tints of Pelorous #1391AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

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

R = 5.64%
G = 43.03%
B = 51.34%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1391AD (or 0x1391AD) is known color: Pelorous. HEX triplet: 13, 91 and AD. RGB value is (19,145,173). Sum of RGB (Red+Green+Blue) = 19+145+173=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #1391AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1391AD is #EC6E52. Grayscale: #6E6E6E. Windows color (decimal): -15494739 or 11374867. OLE color: 11374867.

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

Color convert

RGB 19 145 173 -
CMYK 0.89 0.16 0 0.32
HSL 190.91º 0.8% 0.38% -
HSV(B) 190.91º 0.89% 0.68% -
XYZ 17.94 23.41 43.11 -
YUV 110.52 163.26 62.72 -
System Red Green Blue C M Y K H S L
Decimal 19 145 173 0.89 0.16 0 0.32 190.91 0.8 0.38
Hex 13 91 AD 59 10 0 20 BF 50 26
Octal 23 221 255 131 20 0 40 277 120 46
Binary 10011 10010001 10101101 1011001 10000 0 100000 10111111 1010000 100110

Color Harmonies of #1391AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391AD

Black with #1391AD

Text Example


Text Example

White with #1391AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1391AD; }

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

 H1.HeaderClassName
 {
   color: #1391AD;
 }
 .AnyTagClassName
 {
   color: #1391AD;
 }
</style>

background-color css

<style>
 a { background-color: #1391AD; }

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

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

border-color css

<style>
 span { border-color: #1391AD; }

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

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