Html Css Color HEX #1392AD Pelorous

📋 copy color: '#1392AD'

red 19 ◦ green 146 ◦ blue 173

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

Shades of Pelorous #1392AD

Tints of Pelorous #1392AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

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

R = 5.62%
G = 43.2%
B = 51.18%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1392AD (or 0x1392AD) is known color: Pelorous. HEX triplet: 13, 92 and AD. RGB value is (19,146,173). Sum of RGB (Red+Green+Blue) = 19+146+173=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 146 (57.42% from 255 or 43.20% 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 #1392AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1392AD is #EC6D52. Grayscale: #6E6E6E. Windows color (decimal): -15494483 or 11375123. OLE color: 11375123.

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

Color convert

RGB 19 146 173 -
CMYK 0.89 0.16 0 0.32
HSL 190.52º 0.8% 0.38% -
HSV(B) 190.52º 0.89% 0.68% -
XYZ 18.09 23.71 43.16 -
YUV 111.11 162.92 62.3 -
System Red Green Blue C M Y K H S L
Decimal 19 146 173 0.89 0.16 0 0.32 190.52 0.8 0.38
Hex 13 92 AD 59 10 0 20 BF 50 26
Octal 23 222 255 131 20 0 40 277 120 46
Binary 10011 10010010 10101101 1011001 10000 0 100000 10111111 1010000 100110

Color Harmonies of #1392AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1392AD

Black with #1392AD

Text Example


Text Example

White with #1392AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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