Html Css Color HEX #1496BE Pelorous

📋 copy color: '#1496BE'

red 20 ◦ green 150 ◦ blue 190

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

Shades of Pelorous #1496BE

Tints of Pelorous #1496BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 5.56%
G = 41.67%
B = 52.78%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1496BE (or 0x1496BE) is known color: Pelorous. HEX triplet: 14, 96 and BE. RGB value is (20,150,190). Sum of RGB (Red+Green+Blue) = 20+150+190=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #1496BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496BE is #EB6941. Grayscale: #737373. Windows color (decimal): -15427906 or 12490260. OLE color: 12490260.

HSL color Cylindrical-coordinate representation of color #1496BE: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1496BE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 150 190 -
CMYK 0.89 0.21 0 0.25
HSL 194.12º 0.81% 0.41% -
HSV(B) 194.12º 0.89% 0.75% -
XYZ 20.49 25.68 52.59 -
YUV 115.69 169.93 59.75 -
System Red Green Blue C M Y K H S L
Decimal 20 150 190 0.89 0.21 0 0.25 194.12 0.81 0.41
Hex 14 96 BE 59 15 0 19 C2 51 29
Octal 24 226 276 131 25 0 31 302 121 51
Binary 10100 10010110 10111110 1011001 10101 0 11001 11000010 1010001 101001

Color Harmonies of #1496BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496BE

Black with #1496BE

Text Example


Text Example

White with #1496BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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