Html Css Color HEX #1396AD Pelorous

📋 copy color: '#1396AD'

red 19 ◦ green 150 ◦ blue 173

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

Shades of Pelorous #1396AD

Tints of Pelorous #1396AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

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

R = 5.56%
G = 43.86%
B = 50.58%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1396AD (or 0x1396AD) is known color: Pelorous. HEX triplet: 13, 96 and AD. RGB value is (19,150,173). Sum of RGB (Red+Green+Blue) = 19+150+173=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1396AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1396AD is #EC6952. Grayscale: #717171. Windows color (decimal): -15493459 or 11376147. OLE color: 11376147.

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

Color convert

RGB 19 150 173 -
CMYK 0.89 0.13 0 0.32
HSL 188.96º 0.8% 0.38% -
HSV(B) 188.96º 0.89% 0.68% -
XYZ 18.72 24.97 43.37 -
YUV 113.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 19 150 173 0.89 0.13 0 0.32 188.96 0.8 0.38
Hex 13 96 AD 59 D 0 20 BD 50 26
Octal 23 226 255 131 15 0 40 275 120 46
Binary 10011 10010110 10101101 1011001 1101 0 100000 10111101 1010000 100110

Color Harmonies of #1396AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396AD

Black with #1396AD

Text Example


Text Example

White with #1396AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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