#1489AF

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

Shades of Pelorous #1489AF

Tints of Pelorous #1489AF

Color information

#1489AF (or 0x1489AF) is unknown color: approx Pelorous. HEX triplet: 14, 89 and AF. RGB value is (20,137,175). Sum of RGB (Red+Green+Blue) = 20+137+175=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #1489AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1489AF is #EB7650. Grayscale: #6A6A6A. Windows color (decimal): -15431249 or 11503892. OLE color: 11503892.

HSL color Cylindrical-coordinate representation of color #1489AF: hue angle of 194.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1489AF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20137175-
CMYK0.890.2200.31
HSL194.71º79.49%38.24%-
HSV(B)194.71º88.57%68.63%-
XYZ16.9721.1443.74-
YUV106.35166.7466.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=6.02%
G=41.27%
B=52.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201371750.890.2200.31194.7179.4938.24
Hex1489AF591601Fc34f26
Octal242112571312603730311746
Binary101001000100110101111101100110110011111110000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1489AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1489AF; }

 p { color: rgb(20,137,175); }

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

<style>
 a { background-color: #1489AF; }

 a { background-color: rgb(20,137,175); }

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

<style>
 span { border-color: #1489AF; }

 span { border-color: rgb(20,137,175); }

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