Html Css Color HEX #1397AD Pelorous

📋 copy color: '#1397AD'

red 19 ◦ green 151 ◦ blue 173

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

Shades of Pelorous #1397AD

Tints of Pelorous #1397AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

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

R = 5.54%
G = 44.02%
B = 50.44%

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

#1397AD (or 0x1397AD) is known color: Pelorous. HEX triplet: 13, 97 and AD. RGB value is (19,151,173). Sum of RGB (Red+Green+Blue) = 19+151+173=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #1397AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1397AD is #EC6852. Grayscale: #717171. Windows color (decimal): -15493203 or 11376403. OLE color: 11376403.

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

Color convert

RGB 19 151 173 -
CMYK 0.89 0.13 0 0.32
HSL 188.57º 0.8% 0.38% -
HSV(B) 188.57º 0.89% 0.68% -
XYZ 18.88 25.29 43.42 -
YUV 114.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 19 151 173 0.89 0.13 0 0.32 188.57 0.8 0.38
Hex 13 97 AD 59 D 0 20 BD 50 26
Octal 23 227 255 131 15 0 40 275 120 46
Binary 10011 10010111 10101101 1011001 1101 0 100000 10111101 1010000 100110

Color Harmonies of #1397AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397AD

Black with #1397AD

Text Example


Text Example

White with #1397AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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