#1394DE

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

Shades of Pacific Blue #1394DE

Tints of Pacific Blue #1394DE

Color information

#1394DE (or 0x1394DE) is unknown color: approx Pacific Blue. HEX triplet: 13, 94 and DE. RGB value is (19,148,222). Sum of RGB (Red+Green+Blue) = 19+148+222=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #1394DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394DE is #EC6B21. Grayscale: #757575. Windows color (decimal): -15493922 or 14586899. OLE color: 14586899.

HSL color Cylindrical-coordinate representation of color #1394DE: hue angle of 201.87º 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 #1394DE is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19148222-
CMYK0.910.3300.13
HSL201.87º84.23%47.25%-
HSV(B)201.87º91.44%87.06%-
XYZ24.0426.5972.97-
YUV117.86186.7657.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.88%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 222 (87.11% from 255) = 57.07%
R=4.88%
G=38.05%
B=57.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191482220.910.3300.13201.8784.2347.25
Hex1394DE5B210Dca542f
Octal232243361334101531212457
Binary100111001010011011110101101110000101101110010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1394DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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