#1492A7

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

Shades of Pelorous #1492A7

Tints of Pelorous #1492A7

Color information

#1492A7 (or 0x1492A7) is unknown color: approx Pelorous. HEX triplet: 14, 92 and A7. RGB value is (20,146,167). Sum of RGB (Red+Green+Blue) = 20+146+167=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #1492A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492A7 is #EB6D58. Grayscale: #6E6E6E. Windows color (decimal): -15428953 or 10981908. OLE color: 10981908.

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

Color convert

RGB20146167-
CMYK0.880.1300.35
HSL188.57º78.61%36.67%-
HSV(B)188.57º88.02%65.49%-
XYZ17.5423.540.17-
YUV110.72159.7663.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.01%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 167 (65.62% from 255) = 50.15%
R=6.01%
G=43.84%
B=50.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201461670.880.1300.35188.5778.6136.67
Hex1492A758D023bd4f25
Octal242222471301504327511745
Binary101001001001010100111101100011010100011101111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1492A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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