#1586CA

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

Shades of Pacific Blue #1586CA

Tints of Pacific Blue #1586CA

Color information

#1586CA (or 0x1586CA) is unknown color: approx Pacific Blue. HEX triplet: 15, 86 and CA. RGB value is (21,134,202). Sum of RGB (Red+Green+Blue) = 21+134+202=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #1586CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586CA is #EA7935. Grayscale: #6B6B6B. Windows color (decimal): -15366454 or 13272597. OLE color: 13272597.

HSL color Cylindrical-coordinate representation of color #1586CA: hue angle of 202.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1586CA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21134202-
CMYK0.900.3400.21
HSL202.54º81.17%43.73%-
HSV(B)202.54º89.6%79.22%-
XYZ19.521.4758.99-
YUV107.96181.0665.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.88%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=5.88%
G=37.54%
B=56.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211342020.900.3400.21202.5481.1743.73
Hex1586CA5A22015cb512c
Octal252063121324202531312154
Binary1010110000110110010101011010100010010101110010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1586CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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