#1193CC

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

Shades of Pacific Blue #1193CC

Tints of Pacific Blue #1193CC

Color information

#1193CC (or 0x1193CC) is unknown color: approx Pacific Blue. HEX triplet: 11, 93 and CC. RGB value is (17,147,204). Sum of RGB (Red+Green+Blue) = 17+147+204=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #1193CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1193CC is #EE6C33. Grayscale: #727272. Windows color (decimal): -15625268 or 13406993. OLE color: 13406993.

HSL color Cylindrical-coordinate representation of color #1193CC: hue angle of 198.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1193CC is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17147204-
CMYK0.920.2800.2
HSL198.29º84.62%43.33%-
HSV(B)198.29º91.67%80%-
XYZ21.5625.3560.88-
YUV114.63178.4358.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.62%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=4.62%
G=39.95%
B=55.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171472040.920.2800.2198.2984.6243.33
Hex1193CC5C1C014c6552b
Octal212233141343402430612553
Binary100011001001111001100101110011100010100110001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1193CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1193CC; }

 p { color: rgb(17,147,204); }

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

<style>
 a { background-color: #1193CC; }

 a { background-color: rgb(17,147,204); }

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

<style>
 span { border-color: #1193CC; }

 span { border-color: rgb(17,147,204); }

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