Html Css Color HEX #1390AB Pelorous

📋 copy color: '#1390AB'

red 19 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #1390AB

Tints of Pelorous #1390AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 5.69%
G = 43.11%
B = 51.2%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1390AB (or 0x1390AB) is known color: Pelorous. HEX triplet: 13, 90 and AB. RGB value is (19,144,171). Sum of RGB (Red+Green+Blue) = 19+144+171=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1390AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1390AB is #EC6F54. Grayscale: #6D6D6D. Windows color (decimal): -15494997 or 11243539. OLE color: 11243539.

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

Color convert

RGB 19 144 171 -
CMYK 0.89 0.16 0 0.33
HSL 190.66º 0.8% 0.37% -
HSV(B) 190.66º 0.89% 0.67% -
XYZ 17.59 23.03 42.05 -
YUV 109.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 19 144 171 0.89 0.16 0 0.33 190.66 0.8 0.37
Hex 13 90 AB 59 10 0 21 BF 50 25
Octal 23 220 253 131 20 0 41 277 120 45
Binary 10011 10010000 10101011 1011001 10000 0 100001 10111111 1010000 100101

Color Harmonies of #1390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1390AB

Black with #1390AB

Text Example


Text Example

White with #1390AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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