Html Css Color HEX #1593AD Pelorous

📋 copy color: '#1593AD'

red 21 ◦ green 147 ◦ blue 173

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

Shades of Pelorous #1593AD

Tints of Pelorous #1593AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 6.16%
G = 43.11%
B = 50.73%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1593AD (or 0x1593AD) is known color: Pelorous. HEX triplet: 15, 93 and AD. RGB value is (21,147,173). Sum of RGB (Red+Green+Blue) = 21+147+173=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #1593AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1593AD is #EA6C52. Grayscale: #707070. Windows color (decimal): -15363155 or 11375381. OLE color: 11375381.

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

Color convert

RGB 21 147 173 -
CMYK 0.88 0.15 0 0.32
HSL 190.26º 0.78% 0.38% -
HSV(B) 190.26º 0.88% 0.68% -
XYZ 18.29 24.04 43.21 -
YUV 112.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 21 147 173 0.88 0.15 0 0.32 190.26 0.78 0.38
Hex 15 93 AD 58 F 0 20 BE 4E 26
Octal 25 223 255 130 17 0 40 276 116 46
Binary 10101 10010011 10101101 1011000 1111 0 100000 10111110 1001110 100110

Color Harmonies of #1593AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1593AD

Black with #1593AD

Text Example


Text Example

White with #1593AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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