#1285CA

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

Shades of Pacific Blue #1285CA

Tints of Pacific Blue #1285CA

Color information

#1285CA (or 0x1285CA) is unknown color: approx Pacific Blue. HEX triplet: 12, 85 and CA. RGB value is (18,133,202). Sum of RGB (Red+Green+Blue) = 18+133+202=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #1285CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285CA is #ED7A35. Grayscale: #6A6A6A. Windows color (decimal): -15563318 or 13272338. OLE color: 13272338.

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

Color convert

RGB18133202-
CMYK0.910.3400.21
HSL202.5º83.64%43.14%-
HSV(B)202.5º91.09%79.22%-
XYZ19.321.1758.95-
YUV106.48181.964.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=5.10%
G=37.68%
B=57.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181332020.910.3400.21202.583.6443.14
Hex1285CA5B22015ca542b
Octal222053121334202531212453
Binary1001010000101110010101011011100010010101110010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1285CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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