#1984AA

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

Shades of Pelorous #1984AA

Tints of Pelorous #1984AA

Color information

#1984AA (or 0x1984AA) is unknown color: approx Pelorous. HEX triplet: 19, 84 and AA. RGB value is (25,132,170). Sum of RGB (Red+Green+Blue) = 25+132+170=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #1984AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1984AA is #E67B55. Grayscale: #686868. Windows color (decimal): -15104854 or 11174937. OLE color: 11174937.

HSL color Cylindrical-coordinate representation of color #1984AA: hue angle of 195.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1984AA is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25132170-
CMYK0.850.2200.33
HSL195.72º74.36%38.24%-
HSV(B)195.72º85.29%66.67%-
XYZ15.9119.6140.98-
YUV104.34165.0571.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.65%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=7.65%
G=40.37%
B=51.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251321700.850.2200.33195.7274.3638.24
Hex1984AA5516021c44a26
Octal312042521252604130411246
Binary1100110000100101010101010101101100100001110001001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1984AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1984AA; }

 p { color: rgb(25,132,170); }

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

<style>
 a { background-color: #1984AA; }

 a { background-color: rgb(25,132,170); }

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

<style>
 span { border-color: #1984AA; }

 span { border-color: rgb(25,132,170); }

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