#1396DE

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

Shades of Pacific Blue #1396DE

Tints of Pacific Blue #1396DE

Color information

#1396DE (or 0x1396DE) is unknown color: approx Pacific Blue. HEX triplet: 13, 96 and DE. RGB value is (19,150,222). Sum of RGB (Red+Green+Blue) = 19+150+222=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #1396DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396DE is #EC6921. Grayscale: #767676. Windows color (decimal): -15493410 or 14587411. OLE color: 14587411.

HSL color Cylindrical-coordinate representation of color #1396DE: hue angle of 201.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1396DE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19150222-
CMYK0.910.3200.13
HSL201.28º84.23%47.25%-
HSV(B)201.28º91.44%87.06%-
XYZ24.3627.2373.08-
YUV119.04186.156.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.86%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 222 (87.11% from 255) = 56.78%
R=4.86%
G=38.36%
B=56.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191502220.910.3200.13201.2884.2347.25
Hex1396DE5B200Dc9542f
Octal232263361334001531112457
Binary100111001011011011110101101110000001101110010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1396DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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