Html Css Color HEX #1492BB Pelorous

📋 copy color: '#1492BB'

red 20 ◦ green 146 ◦ blue 187

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

Shades of Pelorous #1492BB

Tints of Pelorous #1492BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 5.67%
G = 41.36%
B = 52.97%

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

#1492BB (or 0x1492BB) is known color: Pelorous. HEX triplet: 14, 92 and BB. RGB value is (20,146,187). Sum of RGB (Red+Green+Blue) = 20+146+187=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #1492BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492BB is #EB6D44. Grayscale: #707070. Windows color (decimal): -15428933 or 12292628. OLE color: 12292628.

HSL color Cylindrical-coordinate representation of color #1492BB: hue angle of 194.73º 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 #1492BB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 146 187 -
CMYK 0.89 0.22 0 0.27
HSL 194.73º 0.81% 0.41% -
HSV(B) 194.73º 0.89% 0.73% -
XYZ 19.54 24.29 50.67 -
YUV 113 169.76 61.67 -
System Red Green Blue C M Y K H S L
Decimal 20 146 187 0.89 0.22 0 0.27 194.73 0.81 0.41
Hex 14 92 BB 59 16 0 1B C3 51 29
Octal 24 222 273 131 26 0 33 303 121 51
Binary 10100 10010010 10111011 1011001 10110 0 11011 11000011 1010001 101001

Color Harmonies of #1492BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492BB

Black with #1492BB

Text Example


Text Example

White with #1492BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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