Html Css Color HEX #1492A5 Pelorous

📋 copy color: '#1492A5'

red 20 ◦ green 146 ◦ blue 165

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

Shades of Pelorous #1492A5

Tints of Pelorous #1492A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 6.04%
G = 44.11%
B = 49.85%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1492A5 (or 0x1492A5) is known color: Pelorous. HEX triplet: 14, 92 and A5. RGB value is (20,146,165). Sum of RGB (Red+Green+Blue) = 20+146+165=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #1492A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492A5 is #EB6D5A. Grayscale: #6E6E6E. Windows color (decimal): -15428955 or 10850836. OLE color: 10850836.

HSL color Cylindrical-coordinate representation of color #1492A5: hue angle of 187.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1492A5 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 146 165 -
CMYK 0.88 0.12 0 0.35
HSL 187.86º 0.78% 0.36% -
HSV(B) 187.86º 0.88% 0.65% -
XYZ 17.36 23.42 39.2 -
YUV 110.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 20 146 165 0.88 0.12 0 0.35 187.86 0.78 0.36
Hex 14 92 A5 58 C 0 23 BC 4E 24
Octal 24 222 245 130 14 0 43 274 116 44
Binary 10100 10010010 10100101 1011000 1100 0 100011 10111100 1001110 100100

Color Harmonies of #1492A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492A5

Black with #1492A5

Text Example


Text Example

White with #1492A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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