#1397C7

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

Shades of Pacific Blue #1397C7

Tints of Pacific Blue #1397C7

Color information

#1397C7 (or 0x1397C7) is unknown color: approx Pacific Blue. HEX triplet: 13, 97 and C7. RGB value is (19,151,199). Sum of RGB (Red+Green+Blue) = 19+151+199=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #1397C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397C7 is #EC6838. Grayscale: #747474. Windows color (decimal): -15493177 or 13080339. OLE color: 13080339.

HSL color Cylindrical-coordinate representation of color #1397C7: hue angle of 196º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1397C7 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19151199-
CMYK0.900.2400.22
HSL196º82.57%42.75%-
HSV(B)196º90.45%78.04%-
XYZ21.6426.457.99-
YUV117174.2758.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=5.15%
G=40.92%
B=53.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191511990.900.2400.2219682.5742.75
Hex1397C75A18016c4532b
Octal232273071323002630412353
Binary100111001011111000111101101011000010110110001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1397C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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