Html Css Color HEX #1396BF Pacific Blue

📋 copy color: '#1396BF'

red 19 ◦ green 150 ◦ blue 191

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

Shades of Pacific Blue #1396BF

Tints of Pacific Blue #1396BF

RGB

 RED value IS 19 (7.81% from 255) = 5.28%

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 5.28%
G = 41.67%
B = 53.06%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1396BF (or 0x1396BF) is known color: Pacific Blue. HEX triplet: 13, 96 and BF. RGB value is (19,150,191). Sum of RGB (Red+Green+Blue) = 19+150+191=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #1396BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396BF is #EC6940. Grayscale: #737373. Windows color (decimal): -15493441 or 12555795. OLE color: 12555795.

HSL color Cylindrical-coordinate representation of color #1396BF: hue angle of 194.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1396BF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 150 191 -
CMYK 0.90 0.21 0 0.25
HSL 194.3º 0.82% 0.41% -
HSV(B) 194.3º 0.9% 0.75% -
XYZ 20.58 25.71 53.17 -
YUV 115.51 170.6 59.17 -
System Red Green Blue C M Y K H S L
Decimal 19 150 191 0.90 0.21 0 0.25 194.3 0.82 0.41
Hex 13 96 BF 5A 15 0 19 C2 52 29
Octal 23 226 277 132 25 0 31 302 122 51
Binary 10011 10010110 10111111 1011010 10101 0 11001 11000010 1010010 101001

Color Harmonies of #1396BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396BF

Black with #1396BF

Text Example


Text Example

White with #1396BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,150,191); }

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

background-color css

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

 a { background-color: rgb(19,150,191); }

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

border-color css

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

 span { border-color: rgb(19,150,191); }

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