#1199cc

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

Shades of Pacific Blue #1199CC

Tints of Pacific Blue #1199CC

Color information

#1199CC (or 0x1199CC) is unknown color: approx Pacific Blue. HEX triplet: 11, 99 and CC. RGB value is (17,153,204). Sum of RGB (Red+Green+Blue) = 17+153+204=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1199CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199CC is #EE6633. Grayscale: #757575. Windows color (decimal): -15623732 or 13408529. OLE color: 13408529.

HSL color Cylindrical-coordinate representation of color #1199CC: hue angle of 196.36º 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 #1199CC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17153204-
CMYK0.920.2500.2
HSL196.36º84.62%43.33%-
HSV(B)196.36º91.67%80%-
XYZ22.5227.2661.2-
YUV118.15176.4455.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171532040.920.2500.2196.3684.6243.33
Hex1199CC5C19014c4552b
Octal212313141343102430412553
Binary100011001100111001100101110011001010100110001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1199cc; }

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

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

<style>
 a { background-color: #1199cc; }

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

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

<style>
 span { border-color: #1199cc; }

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

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