Html Css Color HEX #1394AD Pelorous

📋 copy color: '#1394AD'

red 19 ◦ green 148 ◦ blue 173

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

Shades of Pelorous #1394AD

Tints of Pelorous #1394AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

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

R = 5.59%
G = 43.53%
B = 50.88%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1394AD (or 0x1394AD) is known color: Pelorous. HEX triplet: 13, 94 and AD. RGB value is (19,148,173). Sum of RGB (Red+Green+Blue) = 19+148+173=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #1394AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1394AD is #EC6B52. Grayscale: #707070. Windows color (decimal): -15493971 or 11375635. OLE color: 11375635.

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

Color convert

RGB 19 148 173 -
CMYK 0.89 0.14 0 0.32
HSL 189.74º 0.8% 0.38% -
HSV(B) 189.74º 0.89% 0.68% -
XYZ 18.4 24.34 43.26 -
YUV 112.28 162.26 61.47 -
System Red Green Blue C M Y K H S L
Decimal 19 148 173 0.89 0.14 0 0.32 189.74 0.8 0.38
Hex 13 94 AD 59 E 0 20 BE 50 26
Octal 23 224 255 131 16 0 40 276 120 46
Binary 10011 10010100 10101101 1011001 1110 0 100000 10111110 1010000 100110

Color Harmonies of #1394AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1394AD

Black with #1394AD

Text Example


Text Example

White with #1394AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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