#1497C1

Color #1497C1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1497C1

Tints of Pacific Blue #1497C1

Color information

#1497C1 (or 0x1497C1) is unknown color: approx Pacific Blue. HEX triplet: 14, 97 and C1. RGB value is (20,151,193). Sum of RGB (Red+Green+Blue) = 20+151+193=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #1497C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497C1 is #EB683E. Grayscale: #747474. Windows color (decimal): -15427647 or 12687124. OLE color: 12687124.

HSL color Cylindrical-coordinate representation of color #1497C1: hue angle of 194.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1497C1 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB20151193-
CMYK0.900.2200.24
HSL194.57º81.22%41.76%-
HSV(B)194.57º89.64%75.69%-
XYZ20.9826.1354.39-
YUV116.62171.159.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.49%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=5.49%
G=41.48%
B=53.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201511930.900.2200.24194.5781.2241.76
Hex1497C15A16018c3512a
Octal242273011322603030312152
Binary101001001011111000001101101010110011000110000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1497C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1497C1; }

 p { color: rgb(20,151,193); }

 H1.HeaderClassName
 {
   color: #1497C1;
 }
 .AnyTagClassName
 {
   color: #1497C1;
 }
</style>
background-color css

<style>
 a { background-color: #1497C1; }

 a { background-color: rgb(20,151,193); }

 div.DivClassName
 {
   background-color: #1497C1;
 }
 .BgClassName
 {
   background-color: #1497C1;
 }
</style>
border-color css

<style>
 span { border-color: #1497C1; }

 span { border-color: rgb(20,151,193); }

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