Html Css Color HEX #1590AD Pelorous

📋 copy color: '#1590AD'

red 21 ◦ green 144 ◦ blue 173

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

Shades of Pelorous #1590AD

Tints of Pelorous #1590AD

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

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

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

R = 6.21%
G = 42.6%
B = 51.18%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1590AD (or 0x1590AD) is known color: Pelorous. HEX triplet: 15, 90 and AD. RGB value is (21,144,173). Sum of RGB (Red+Green+Blue) = 21+144+173=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #1590AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1590AD is #EA6F52. Grayscale: #6E6E6E. Windows color (decimal): -15363923 or 11374613. OLE color: 11374613.

HSL color Cylindrical-coordinate representation of color #1590AD: hue angle of 191.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1590AD is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 144 173 -
CMYK 0.88 0.17 0 0.32
HSL 191.45º 0.78% 0.38% -
HSV(B) 191.45º 0.88% 0.68% -
XYZ 17.83 23.12 43.06 -
YUV 110.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 21 144 173 0.88 0.17 0 0.32 191.45 0.78 0.38
Hex 15 90 AD 58 11 0 20 BF 4E 26
Octal 25 220 255 130 21 0 40 277 116 46
Binary 10101 10010000 10101101 1011000 10001 0 100000 10111111 1001110 100110

Color Harmonies of #1590AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590AD

Black with #1590AD

Text Example


Text Example

White with #1590AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,144,173); }

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

background-color css

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

 a { background-color: rgb(21,144,173); }

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

border-color css

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

 span { border-color: rgb(21,144,173); }

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