Html Css Color HEX #1393AD Pelorous

📋 copy color: '#1393AD'

red 19 ◦ green 147 ◦ blue 173

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

Shades of Pelorous #1393AD

Tints of Pelorous #1393AD

RGB

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

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

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

R = 5.6%
G = 43.36%
B = 51.03%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1393AD (or 0x1393AD) is known color: Pelorous. HEX triplet: 13, 93 and AD. RGB value is (19,147,173). Sum of RGB (Red+Green+Blue) = 19+147+173=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1393AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1393AD is #EC6C52. Grayscale: #6F6F6F. Windows color (decimal): -15494227 or 11375379. OLE color: 11375379.

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

Color convert

RGB 19 147 173 -
CMYK 0.89 0.15 0 0.32
HSL 190.13º 0.8% 0.38% -
HSV(B) 190.13º 0.89% 0.68% -
XYZ 18.25 24.02 43.21 -
YUV 111.69 162.59 61.89 -
System Red Green Blue C M Y K H S L
Decimal 19 147 173 0.89 0.15 0 0.32 190.13 0.8 0.38
Hex 13 93 AD 59 F 0 20 BE 50 26
Octal 23 223 255 131 17 0 40 276 120 46
Binary 10011 10010011 10101101 1011001 1111 0 100000 10111110 1010000 100110

Color Harmonies of #1393AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393AD

Black with #1393AD

Text Example


Text Example

White with #1393AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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