Html Css Color HEX #1397BE Pacific Blue

📋 copy color: '#1397BE'

red 19 ◦ green 151 ◦ blue 190

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

Shades of Pacific Blue #1397BE

Tints of Pacific Blue #1397BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 5.28%
G = 41.94%
B = 52.78%

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

#1397BE (or 0x1397BE) is known color: Pacific Blue. HEX triplet: 13, 97 and BE. RGB value is (19,151,190). Sum of RGB (Red+Green+Blue) = 19+151+190=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #1397BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397BE is #EC6841. Grayscale: #737373. Windows color (decimal): -15493186 or 12490515. OLE color: 12490515.

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

Color convert

RGB 19 151 190 -
CMYK 0.90 0.21 0 0.25
HSL 193.68º 0.82% 0.41% -
HSV(B) 193.68º 0.9% 0.75% -
XYZ 20.63 25.99 52.64 -
YUV 115.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 19 151 190 0.90 0.21 0 0.25 193.68 0.82 0.41
Hex 13 97 BE 5A 15 0 19 C2 52 29
Octal 23 227 276 132 25 0 31 302 122 51
Binary 10011 10010111 10111110 1011010 10101 0 11001 11000010 1010010 101001

Color Harmonies of #1397BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397BE

Black with #1397BE

Text Example


Text Example

White with #1397BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1397BE; }

 p { color: rgb(19,151,190); }

 H1.HeaderClassName
 {
   color: #1397BE;
 }
 .AnyTagClassName
 {
   color: #1397BE;
 }
</style>

background-color css

<style>
 a { background-color: #1397BE; }

 a { background-color: rgb(19,151,190); }

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

border-color css

<style>
 span { border-color: #1397BE; }

 span { border-color: rgb(19,151,190); }

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