#1986CA

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

Shades of Pelorous #1986CA

Tints of Pelorous #1986CA

Color information

#1986CA (or 0x1986CA) is unknown color: approx Pelorous. HEX triplet: 19, 86 and CA. RGB value is (25,134,202). Sum of RGB (Red+Green+Blue) = 25+134+202=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #1986CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986CA is #E67935. Grayscale: #6C6C6C. Windows color (decimal): -15104310 or 13272601. OLE color: 13272601.

HSL color Cylindrical-coordinate representation of color #1986CA: hue angle of 203.05º 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 #1986CA is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25134202-
CMYK0.880.3400.21
HSL203.05º77.97%44.51%-
HSV(B)203.05º87.62%79.22%-
XYZ19.5921.5259-
YUV109.16180.3967.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=6.93%
G=37.12%
B=55.96%

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
Decimal251342020.880.3400.21203.0577.9744.51
Hex1986CA5822015cb4e2d
Octal312063121304202531311655
Binary1100110000110110010101011000100010010101110010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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