Html Css Color HEX #1189CD Pacific Blue

📋 copy color: '#1189CD'

red 17 ◦ green 137 ◦ blue 205

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

Shades of Pacific Blue #1189CD

Tints of Pacific Blue #1189CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 4.74%
G = 38.16%
B = 57.1%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1189CD (or 0x1189CD) is known color: Pacific Blue. HEX triplet: 11, 89 and CD. RGB value is (17,137,205). Sum of RGB (Red+Green+Blue) = 17+137+205=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #1189CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189CD is #EE7632. Grayscale: #6C6C6C. Windows color (decimal): -15627827 or 13469969. OLE color: 13469969.

HSL color Cylindrical-coordinate representation of color #1189CD: hue angle of 201.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1189CD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 137 205 -
CMYK 0.92 0.33 0 0.20
HSL 201.7º 0.85% 0.44% -
HSV(B) 201.7º 0.92% 0.8% -
XYZ 20.2 22.42 61.02 -
YUV 108.87 182.24 62.47 -
System Red Green Blue C M Y K H S L
Decimal 17 137 205 0.92 0.33 0 0.20 201.7 0.85 0.44
Hex 11 89 CD 5C 21 0 14 CA 55 2C
Octal 21 211 315 134 41 0 24 312 125 54
Binary 10001 10001001 11001101 1011100 100001 0 10100 11001010 1010101 101100

Color Harmonies of #1189CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189CD

Black with #1189CD

Text Example


Text Example

White with #1189CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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