Html Css Color HEX #1194CD Pacific Blue

📋 copy color: '#1194CD'

red 17 ◦ green 148 ◦ blue 205

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

Shades of Pacific Blue #1194CD

Tints of Pacific Blue #1194CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 4.59%
G = 40%
B = 55.41%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1194CD (or 0x1194CD) is known color: Pacific Blue. HEX triplet: 11, 94 and CD. RGB value is (17,148,205). Sum of RGB (Red+Green+Blue) = 17+148+205=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #1194CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194CD is #EE6B32. Grayscale: #727272. Windows color (decimal): -15625011 or 13472785. OLE color: 13472785.

HSL color Cylindrical-coordinate representation of color #1194CD: hue angle of 198.19º 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 #1194CD is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 148 205 -
CMYK 0.92 0.28 0 0.20
HSL 198.19º 0.85% 0.44% -
HSV(B) 198.19º 0.92% 0.8% -
XYZ 21.84 25.71 61.57 -
YUV 115.33 178.6 57.87 -
System Red Green Blue C M Y K H S L
Decimal 17 148 205 0.92 0.28 0 0.20 198.19 0.85 0.44
Hex 11 94 CD 5C 1C 0 14 C6 55 2C
Octal 21 224 315 134 34 0 24 306 125 54
Binary 10001 10010100 11001101 1011100 11100 0 10100 11000110 1010101 101100

Color Harmonies of #1194CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1194CD

Black with #1194CD

Text Example


Text Example

White with #1194CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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