Html Css Color HEX #1193CC Pacific Blue

📋 copy color: '#1193CC'

red 17 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #1193CC

Tints of Pacific Blue #1193CC

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 value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1193CC (or 0x1193CC) is known color: 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

RGB 17 147 204 -
CMYK 0.92 0.28 0 0.2
HSL 198.29º 0.85% 0.43% -
HSV(B) 198.29º 0.92% 0.8% -
XYZ 21.56 25.35 60.88 -
YUV 114.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 17 147 204 0.92 0.28 0 0.2 198.29 0.85 0.43
Hex 11 93 CC 5C 1C 0 14 C6 55 2B
Octal 21 223 314 134 34 0 24 306 125 53
Binary 10001 10010011 11001100 1011100 11100 0 10100 11000110 1010101 101011

Color Harmonies of #1193CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193CC

Black with #1193CC

Text Example


Text Example

White with #1193CC

Text Example


Text Example

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