#1394AE

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

Shades of Pelorous #1394AE

Tints of Pelorous #1394AE

Color information

#1394AE (or 0x1394AE) is unknown color: approx Pelorous. HEX triplet: 13, 94 and AE. RGB value is (19,148,174). Sum of RGB (Red+Green+Blue) = 19+148+174=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #1394AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1394AE is #EC6B51. Grayscale: #707070. Windows color (decimal): -15493970 or 11441171. OLE color: 11441171.

HSL color Cylindrical-coordinate representation of color #1394AE: hue angle of 190.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1394AE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19148174-
CMYK0.890.1500.32
HSL190.06º80.31%37.84%-
HSV(B)190.06º89.08%68.24%-
XYZ18.524.3743.77-
YUV112.39162.7661.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.57%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=5.57%
G=43.40%
B=51.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191481740.890.1500.32190.0680.3137.84
Hex1394AE59F020be5026
Octal232242561311704027612046
Binary100111001010010101110101100111110100000101111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1394AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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