#1393AA

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

Shades of Pelorous #1393AA

Tints of Pelorous #1393AA

Color information

#1393AA (or 0x1393AA) is unknown color: approx Pelorous. HEX triplet: 13, 93 and AA. RGB value is (19,147,170). Sum of RGB (Red+Green+Blue) = 19+147+170=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #1393AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1393AA is #EC6C55. Grayscale: #6F6F6F. Windows color (decimal): -15494230 or 11178771. OLE color: 11178771.

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

Color convert

RGB19147170-
CMYK0.890.1400.33
HSL189.14º79.89%37.06%-
HSV(B)189.14º88.82%66.67%-
XYZ17.9623.9141.7-
YUV111.35161.0962.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=5.65%
G=43.75%
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.33
SystemRedGreenBlueCMYKHSL
Decimal191471700.890.1400.33189.1479.8937.06
Hex1393AA59E021bd5025
Octal232232521311604127512045
Binary100111001001110101010101100111100100001101111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1393AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1393AA; }

 p { color: rgb(19,147,170); }

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

<style>
 a { background-color: #1393AA; }

 a { background-color: rgb(19,147,170); }

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

<style>
 span { border-color: #1393AA; }

 span { border-color: rgb(19,147,170); }

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