Html Css Color HEX #1189CC Pacific Blue

📋 copy color: '#1189CC'

red 17 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #1189CC

Tints of Pacific Blue #1189CC

RGB

 RED value IS 17 (7.03% from 255) = 4.75%

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 4.75%
G = 38.27%
B = 56.98%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1189CC (or 0x1189CC) is known color: Pacific Blue. HEX triplet: 11, 89 and CC. RGB value is (17,137,204). Sum of RGB (Red+Green+Blue) = 17+137+204=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1189CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189CC is #EE7633. Grayscale: #6C6C6C. Windows color (decimal): -15627828 or 13404433. OLE color: 13404433.

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

Color convert

RGB 17 137 204 -
CMYK 0.92 0.33 0 0.2
HSL 201.5º 0.85% 0.43% -
HSV(B) 201.5º 0.92% 0.8% -
XYZ 20.08 22.37 60.39 -
YUV 108.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 17 137 204 0.92 0.33 0 0.2 201.5 0.85 0.43
Hex 11 89 CC 5C 21 0 14 C9 55 2B
Octal 21 211 314 134 41 0 24 311 125 53
Binary 10001 10001001 11001100 1011100 100001 0 10100 11001001 1010101 101011

Color Harmonies of #1189CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189CC

Black with #1189CC

Text Example


Text Example

White with #1189CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1189CC;
 }
 .AnyTagClassName
 {
   color: #1189CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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