#1392DD

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

Shades of Pacific Blue #1392DD

Tints of Pacific Blue #1392DD

Color information

#1392DD (or 0x1392DD) is unknown color: approx Pacific Blue. HEX triplet: 13, 92 and DD. RGB value is (19,146,221). Sum of RGB (Red+Green+Blue) = 19+146+221=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1392DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392DD is #EC6D22. Grayscale: #747474. Windows color (decimal): -15494435 or 14520851. OLE color: 14520851.

HSL color Cylindrical-coordinate representation of color #1392DD: hue angle of 202.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 #1392DD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19146221-
CMYK0.910.3400.13
HSL202.28º84.17%47.06%-
HSV(B)202.28º91.4%86.67%-
XYZ23.625.9272.17-
YUV116.58186.9258.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.92%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=4.92%
G=37.82%
B=57.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191462210.910.3400.13202.2884.1747.06
Hex1392DD5B220Dca542f
Octal232223351334201531212457
Binary100111001001011011101101101110001001101110010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1392DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1392DD; }

 p { color: rgb(19,146,221); }

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

<style>
 a { background-color: #1392DD; }

 a { background-color: rgb(19,146,221); }

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

<style>
 span { border-color: #1392DD; }

 span { border-color: rgb(19,146,221); }

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