Html Css Color HEX #1396AC Pelorous

📋 copy color: '#1396AC'

red 19 ◦ green 150 ◦ blue 172

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

Shades of Pelorous #1396AC

Tints of Pelorous #1396AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 5.57%
G = 43.99%
B = 50.44%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1396AC (or 0x1396AC) is known color: Pelorous. HEX triplet: 13, 96 and AC. RGB value is (19,150,172). Sum of RGB (Red+Green+Blue) = 19+150+172=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #1396AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1396AC is #EC6953. Grayscale: #717171. Windows color (decimal): -15493460 or 11310611. OLE color: 11310611.

HSL color Cylindrical-coordinate representation of color #1396AC: hue angle of 188.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1396AC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 150 172 -
CMYK 0.89 0.13 0 0.33
HSL 188.63º 0.8% 0.37% -
HSV(B) 188.63º 0.89% 0.67% -
XYZ 18.62 24.93 42.86 -
YUV 113.34 161.1 60.71 -
System Red Green Blue C M Y K H S L
Decimal 19 150 172 0.89 0.13 0 0.33 188.63 0.8 0.37
Hex 13 96 AC 59 D 0 21 BD 50 25
Octal 23 226 254 131 15 0 41 275 120 45
Binary 10011 10010110 10101100 1011001 1101 0 100001 10111101 1010000 100101

Color Harmonies of #1396AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396AC

Black with #1396AC

Text Example


Text Example

White with #1396AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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