Html Css Color HEX #1391AB Pelorous

📋 copy color: '#1391AB'

red 19 ◦ green 145 ◦ blue 171

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

Shades of Pelorous #1391AB

Tints of Pelorous #1391AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 5.67%
G = 43.28%
B = 51.04%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1391AB (or 0x1391AB) is known color: Pelorous. HEX triplet: 13, 91 and AB. RGB value is (19,145,171). Sum of RGB (Red+Green+Blue) = 19+145+171=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1391AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1391AB is #EC6E54. Grayscale: #6E6E6E. Windows color (decimal): -15494741 or 11243795. OLE color: 11243795.

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

Color convert

RGB 19 145 171 -
CMYK 0.89 0.15 0 0.33
HSL 190.26º 0.8% 0.37% -
HSV(B) 190.26º 0.89% 0.67% -
XYZ 17.74 23.33 42.1 -
YUV 110.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 19 145 171 0.89 0.15 0 0.33 190.26 0.8 0.37
Hex 13 91 AB 59 F 0 21 BE 50 25
Octal 23 221 253 131 17 0 41 276 120 45
Binary 10011 10010001 10101011 1011001 1111 0 100001 10111110 1010000 100101

Color Harmonies of #1391AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391AB

Black with #1391AB

Text Example


Text Example

White with #1391AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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