#1985AF

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

Shades of Pelorous #1985AF

Tints of Pelorous #1985AF

Color information

#1985AF (or 0x1985AF) is unknown color: approx Pelorous. HEX triplet: 19, 85 and AF. RGB value is (25,133,175). Sum of RGB (Red+Green+Blue) = 25+133+175=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #1985AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1985AF is #E67A50. Grayscale: #696969. Windows color (decimal): -15104593 or 11502873. OLE color: 11502873.

HSL color Cylindrical-coordinate representation of color #1985AF: hue angle of 196.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1985AF is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25133175-
CMYK0.860.2400.31
HSL196.8º75%39.22%-
HSV(B)196.8º85.71%68.63%-
XYZ16.5320.0843.56-
YUV105.5167.2270.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=7.51%
G=39.94%
B=52.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251331750.860.2400.31196.87539.22
Hex1985AF561801Fc54b27
Octal312052571263003730511347
Binary110011000010110101111101011011000011111110001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1985AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,133,175); }

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

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

 a { background-color: rgb(25,133,175); }

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

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

 span { border-color: rgb(25,133,175); }

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