#1392A9

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

Shades of Pelorous #1392A9

Tints of Pelorous #1392A9

Color information

#1392A9 (or 0x1392A9) is unknown color: approx Pelorous. HEX triplet: 13, 92 and A9. RGB value is (19,146,169). Sum of RGB (Red+Green+Blue) = 19+146+169=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #1392A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1392A9 is #EC6D56. Grayscale: #6E6E6E. Windows color (decimal): -15494487 or 11112979. OLE color: 11112979.

HSL color Cylindrical-coordinate representation of color #1392A9: hue angle of 189.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1392A9 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB19146169-
CMYK0.890.1400.34
HSL189.2º79.79%36.86%-
HSV(B)189.2º88.76%66.27%-
XYZ17.7123.5641.15-
YUV110.65160.9262.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=5.69%
G=43.71%
B=50.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191461690.890.1400.34189.279.7936.86
Hex1392A959E022bd5025
Octal232222511311604227512045
Binary100111001001010101001101100111100100010101111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1392A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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