#1288CA

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

Shades of Pacific Blue #1288CA

Tints of Pacific Blue #1288CA

Color information

#1288CA (or 0x1288CA) is unknown color: approx Pacific Blue. HEX triplet: 12, 88 and CA. RGB value is (18,136,202). Sum of RGB (Red+Green+Blue) = 18+136+202=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 136 (53.52% from 255 or 38.20% 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 #1288CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288CA is #ED7735. Grayscale: #6B6B6B. Windows color (decimal): -15562550 or 13273106. OLE color: 13273106.

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

Color convert

RGB18136202-
CMYK0.910.3300.21
HSL201.52º83.64%43.14%-
HSV(B)201.52º91.09%79.22%-
XYZ19.712259.08-
YUV108.24180.9163.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=5.06%
G=38.20%
B=56.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181362020.910.3300.21201.5283.6443.14
Hex1288CA5B21015ca542b
Octal222103121334102531212453
Binary1001010001000110010101011011100001010101110010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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