Html Css Color HEX #1492BC Pelorous

📋 copy color: '#1492BC'

red 20 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #1492BC

Tints of Pelorous #1492BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 5.65%
G = 41.24%
B = 53.11%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1492BC (or 0x1492BC) is known color: Pelorous. HEX triplet: 14, 92 and BC. RGB value is (20,146,188). Sum of RGB (Red+Green+Blue) = 20+146+188=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #1492BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492BC is #EB6D43. Grayscale: #707070. Windows color (decimal): -15428932 or 12358164. OLE color: 12358164.

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

Color convert

RGB 20 146 188 -
CMYK 0.89 0.22 0 0.26
HSL 195º 0.81% 0.41% -
HSV(B) 195º 0.89% 0.74% -
XYZ 19.64 24.34 51.24 -
YUV 113.11 170.26 61.58 -
System Red Green Blue C M Y K H S L
Decimal 20 146 188 0.89 0.22 0 0.26 195 0.81 0.41
Hex 14 92 BC 59 16 0 1A C3 51 29
Octal 24 222 274 131 26 0 32 303 121 51
Binary 10100 10010010 10111100 1011001 10110 0 11010 11000011 1010001 101001

Color Harmonies of #1492BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492BC

Black with #1492BC

Text Example


Text Example

White with #1492BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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