#1395DE

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

Shades of Pacific Blue #1395DE

Tints of Pacific Blue #1395DE

Color information

#1395DE (or 0x1395DE) is unknown color: approx Pacific Blue. HEX triplet: 13, 95 and DE. RGB value is (19,149,222). Sum of RGB (Red+Green+Blue) = 19+149+222=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #1395DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395DE is #EC6A21. Grayscale: #767676. Windows color (decimal): -15493666 or 14587155. OLE color: 14587155.

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

Color convert

RGB19149222-
CMYK0.910.3300.13
HSL201.58º84.23%47.25%-
HSV(B)201.58º91.44%87.06%-
XYZ24.226.9173.03-
YUV118.45186.4357.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.87%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 222 (87.11% from 255) = 56.92%
R=4.87%
G=38.21%
B=56.92%

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
Decimal191492220.910.3300.13201.5884.2347.25
Hex1395DE5B210Dca542f
Octal232253361334101531212457
Binary100111001010111011110101101110000101101110010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1395DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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