Html Css Color HEX #1195BF Pacific Blue

📋 copy color: '#1195BF'

red 17 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #1195BF

Tints of Pacific Blue #1195BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 4.76%
G = 41.74%
B = 53.5%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1195BF (or 0x1195BF) is known color: Pacific Blue. HEX triplet: 11, 95 and BF. RGB value is (17,149,191). Sum of RGB (Red+Green+Blue) = 17+149+191=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #1195BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195BF is #EE6A40. Grayscale: #727272. Windows color (decimal): -15624769 or 12555537. OLE color: 12555537.

HSL color Cylindrical-coordinate representation of color #1195BF: hue angle of 194.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1195BF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 149 191 -
CMYK 0.91 0.22 0 0.25
HSL 194.48º 0.84% 0.41% -
HSV(B) 194.48º 0.91% 0.75% -
XYZ 20.38 25.38 53.11 -
YUV 114.32 171.27 58.58 -
System Red Green Blue C M Y K H S L
Decimal 17 149 191 0.91 0.22 0 0.25 194.48 0.84 0.41
Hex 11 95 BF 5B 16 0 19 C2 54 29
Octal 21 225 277 133 26 0 31 302 124 51
Binary 10001 10010101 10111111 1011011 10110 0 11001 11000010 1010100 101001

Color Harmonies of #1195BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195BF

Black with #1195BF

Text Example


Text Example

White with #1195BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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