Html Css Color HEX #1496BA Pelorous

📋 copy color: '#1496BA'

red 20 ◦ green 150 ◦ blue 186

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

Shades of Pelorous #1496BA

Tints of Pelorous #1496BA

RGB

 RED value IS 20 (8.2% from 255) = 5.62%

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 5.62%
G = 42.13%
B = 52.25%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1496BA (or 0x1496BA) is known color: Pelorous. HEX triplet: 14, 96 and BA. RGB value is (20,150,186). Sum of RGB (Red+Green+Blue) = 20+150+186=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #1496BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496BA is #EB6945. Grayscale: #727272. Windows color (decimal): -15427910 or 12228116. OLE color: 12228116.

HSL color Cylindrical-coordinate representation of color #1496BA: hue angle of 193.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1496BA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 150 186 -
CMYK 0.89 0.19 0 0.27
HSL 193.01º 0.81% 0.4% -
HSV(B) 193.01º 0.89% 0.73% -
XYZ 20.06 25.51 50.32 -
YUV 115.23 167.93 60.07 -
System Red Green Blue C M Y K H S L
Decimal 20 150 186 0.89 0.19 0 0.27 193.01 0.81 0.4
Hex 14 96 BA 59 13 0 1B C1 51 28
Octal 24 226 272 131 23 0 33 301 121 50
Binary 10100 10010110 10111010 1011001 10011 0 11011 11000001 1010001 101000

Color Harmonies of #1496BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496BA

Black with #1496BA

Text Example


Text Example

White with #1496BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1496BA; }

 p { color: rgb(20,150,186); }

 H1.HeaderClassName
 {
   color: #1496BA;
 }
 .AnyTagClassName
 {
   color: #1496BA;
 }
</style>

background-color css

<style>
 a { background-color: #1496BA; }

 a { background-color: rgb(20,150,186); }

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

border-color css

<style>
 span { border-color: #1496BA; }

 span { border-color: rgb(20,150,186); }

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