#1492A6

Color #1492A6 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1492A6

Tints of Pelorous #1492A6

Color information

#1492A6 (or 0x1492A6) is unknown color: approx Pelorous. HEX triplet: 14, 92 and A6. RGB value is (20,146,166). Sum of RGB (Red+Green+Blue) = 20+146+166=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #1492A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492A6 is #EB6D59. Grayscale: #6E6E6E. Windows color (decimal): -15428954 or 10916372. OLE color: 10916372.

HSL color Cylindrical-coordinate representation of color #1492A6: hue angle of 188.22º 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 #1492A6 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20146166-
CMYK0.880.1200.35
HSL188.22º78.49%36.47%-
HSV(B)188.22º87.95%65.1%-
XYZ17.4523.4639.68-
YUV110.61159.2663.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 166 (65.23% from 255) = 50%
R=6.02%
G=43.98%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201461660.880.1200.35188.2278.4936.47
Hex1492A658C023bc4e24
Octal242222461301404327411644
Binary101001001001010100110101100011000100011101111001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1492A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1492A6;
 }
 .AnyTagClassName
 {
   color: #1492A6;
 }
</style>
background-color css

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

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

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

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

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

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