Html Css Color HEX #1492AD Pelorous

📋 copy color: '#1492AD'

red 20 ◦ green 146 ◦ blue 173

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

Shades of Pelorous #1492AD

Tints of Pelorous #1492AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 5.9%
G = 43.07%
B = 51.03%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1492AD (or 0x1492AD) is known color: Pelorous. HEX triplet: 14, 92 and AD. RGB value is (20,146,173). Sum of RGB (Red+Green+Blue) = 20+146+173=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1492AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492AD is #EB6D52. Grayscale: #6F6F6F. Windows color (decimal): -15428947 or 11375124. OLE color: 11375124.

HSL color Cylindrical-coordinate representation of color #1492AD: hue angle of 190.59º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1492AD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 146 173 -
CMYK 0.88 0.16 0 0.32
HSL 190.59º 0.79% 0.38% -
HSV(B) 190.59º 0.88% 0.68% -
XYZ 18.11 23.72 43.16 -
YUV 111.4 162.76 62.8 -
System Red Green Blue C M Y K H S L
Decimal 20 146 173 0.88 0.16 0 0.32 190.59 0.79 0.38
Hex 14 92 AD 58 10 0 20 BF 4F 26
Octal 24 222 255 130 20 0 40 277 117 46
Binary 10100 10010010 10101101 1011000 10000 0 100000 10111111 1001111 100110

Color Harmonies of #1492AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492AD

Black with #1492AD

Text Example


Text Example

White with #1492AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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