Html Css Color HEX #1491BB Pelorous

📋 copy color: '#1491BB'

red 20 ◦ green 145 ◦ blue 187

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

Shades of Pelorous #1491BB

Tints of Pelorous #1491BB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 5.68%
G = 41.19%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1491BB (or 0x1491BB) is known color: Pelorous. HEX triplet: 14, 91 and BB. RGB value is (20,145,187). Sum of RGB (Red+Green+Blue) = 20+145+187=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1491BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491BB is #EB6E44. Grayscale: #707070. Windows color (decimal): -15429189 or 12292372. OLE color: 12292372.

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

Color convert

RGB 20 145 187 -
CMYK 0.89 0.22 0 0.27
HSL 195.09º 0.81% 0.41% -
HSV(B) 195.09º 0.89% 0.73% -
XYZ 19.38 23.99 50.62 -
YUV 112.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 20 145 187 0.89 0.22 0 0.27 195.09 0.81 0.41
Hex 14 91 BB 59 16 0 1B C3 51 29
Octal 24 221 273 131 26 0 33 303 121 51
Binary 10100 10010001 10111011 1011001 10110 0 11011 11000011 1010001 101001

Color Harmonies of #1491BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491BB

Black with #1491BB

Text Example


Text Example

White with #1491BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1491BB; }

 p { color: rgb(20,145,187); }

 H1.HeaderClassName
 {
   color: #1491BB;
 }
 .AnyTagClassName
 {
   color: #1491BB;
 }
</style>

background-color css

<style>
 a { background-color: #1491BB; }

 a { background-color: rgb(20,145,187); }

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

border-color css

<style>
 span { border-color: #1491BB; }

 span { border-color: rgb(20,145,187); }

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