#1985CA

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

Shades of Pelorous #1985CA

Tints of Pelorous #1985CA

Color information

#1985CA (or 0x1985CA) is unknown color: approx Pelorous. HEX triplet: 19, 85 and CA. RGB value is (25,133,202). Sum of RGB (Red+Green+Blue) = 25+133+202=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #1985CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985CA is #E67A35. Grayscale: #6C6C6C. Windows color (decimal): -15104566 or 13272345. OLE color: 13272345.

HSL color Cylindrical-coordinate representation of color #1985CA: hue angle of 203.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1985CA is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25133202-
CMYK0.880.3400.21
HSL203.39º77.97%44.51%-
HSV(B)203.39º87.62%79.22%-
XYZ19.4521.2558.95-
YUV108.57180.7268.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.94%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=6.94%
G=36.94%
B=56.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251332020.880.3400.21203.3977.9744.51
Hex1985CA5822015cb4e2d
Octal312053121304202531311655
Binary1100110000101110010101011000100010010101110010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1985CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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