Html Css Color HEX #1288CA Pacific Blue

📋 copy color: '#1288CA'

red 18 ◦ green 136 ◦ blue 202

#1288CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1288CA

Tints of Pacific Blue #1288CA

RGB

 RED value IS 18 (7.42% from 255) = 5.06%

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 5.06%
G = 38.2%
B = 56.74%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1288CA (or 0x1288CA) is known color: 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

RGB 18 136 202 -
CMYK 0.91 0.33 0 0.21
HSL 201.52º 0.84% 0.43% -
HSV(B) 201.52º 0.91% 0.79% -
XYZ 19.71 22 59.08 -
YUV 108.24 180.91 63.63 -
System Red Green Blue C M Y K H S L
Decimal 18 136 202 0.91 0.33 0 0.21 201.52 0.84 0.43
Hex 12 88 CA 5B 21 0 15 CA 54 2B
Octal 22 210 312 133 41 0 25 312 124 53
Binary 10010 10001000 11001010 1011011 100001 0 10101 11001010 1010100 101011

Color Harmonies of #1288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1288CA

Black with #1288CA

Text Example


Text Example

White with #1288CA

Text Example


Text Example

HTML Codes & Css Web 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>