#1585CA

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

Shades of Pacific Blue #1585CA

Tints of Pacific Blue #1585CA

Color information

#1585CA (or 0x1585CA) is unknown color: approx Pacific Blue. HEX triplet: 15, 85 and CA. RGB value is (21,133,202). Sum of RGB (Red+Green+Blue) = 21+133+202=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #1585CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585CA is #EA7A35. Grayscale: #6A6A6A. Windows color (decimal): -15366710 or 13272341. OLE color: 13272341.

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

Color convert

RGB21133202-
CMYK0.900.3400.21
HSL202.87º81.17%43.73%-
HSV(B)202.87º89.6%79.22%-
XYZ19.3621.258.95-
YUV107.38181.3966.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.90%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=5.90%
G=37.36%
B=56.74%

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
Decimal211332020.900.3400.21202.8781.1743.73
Hex1585CA5A22015cb512c
Octal252053121324202531312154
Binary1010110000101110010101011010100010010101110010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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