Html Css Color HEX #1395BF Pacific Blue

📋 copy color: '#1395BF'

red 19 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #1395BF

Tints of Pacific Blue #1395BF

RGB

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

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

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

R = 5.29%
G = 41.5%
B = 53.2%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1395BF (or 0x1395BF) is known color: Pacific Blue. HEX triplet: 13, 95 and BF. RGB value is (19,149,191). Sum of RGB (Red+Green+Blue) = 19+149+191=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #1395BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395BF is #EC6A40. Grayscale: #727272. Windows color (decimal): -15493697 or 12555539. OLE color: 12555539.

HSL color Cylindrical-coordinate representation of color #1395BF: hue angle of 194.65º 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 #1395BF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 149 191 -
CMYK 0.90 0.22 0 0.25
HSL 194.65º 0.82% 0.41% -
HSV(B) 194.65º 0.9% 0.75% -
XYZ 20.42 25.39 53.12 -
YUV 114.92 170.93 59.58 -
System Red Green Blue C M Y K H S L
Decimal 19 149 191 0.90 0.22 0 0.25 194.65 0.82 0.41
Hex 13 95 BF 5A 16 0 19 C3 52 29
Octal 23 225 277 132 26 0 31 303 122 51
Binary 10011 10010101 10111111 1011010 10110 0 11001 11000011 1010010 101001

Color Harmonies of #1395BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395BF

Black with #1395BF

Text Example


Text Example

White with #1395BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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