Html Css Color HEX #1195CD Pacific Blue

📋 copy color: '#1195CD'

red 17 ◦ green 149 ◦ blue 205

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

Shades of Pacific Blue #1195CD

Tints of Pacific Blue #1195CD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 4.58%
G = 40.16%
B = 55.26%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1195CD (or 0x1195CD) is known color: Pacific Blue. HEX triplet: 11, 95 and CD. RGB value is (17,149,205). Sum of RGB (Red+Green+Blue) = 17+149+205=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #1195CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195CD is #EE6A32. Grayscale: #737373. Windows color (decimal): -15624755 or 13473041. OLE color: 13473041.

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

Color convert

RGB 17 149 205 -
CMYK 0.92 0.27 0 0.20
HSL 197.87º 0.85% 0.44% -
HSV(B) 197.87º 0.92% 0.8% -
XYZ 22 26.02 61.62 -
YUV 115.92 178.27 57.45 -
System Red Green Blue C M Y K H S L
Decimal 17 149 205 0.92 0.27 0 0.20 197.87 0.85 0.44
Hex 11 95 CD 5C 1B 0 14 C6 55 2C
Octal 21 225 315 134 33 0 24 306 125 54
Binary 10001 10010101 11001101 1011100 11011 0 10100 11000110 1010101 101100

Color Harmonies of #1195CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195CD

Black with #1195CD

Text Example


Text Example

White with #1195CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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