#1396A9

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

Shades of Pelorous #1396A9

Tints of Pelorous #1396A9

Color information

#1396A9 (or 0x1396A9) is unknown color: approx Pelorous. HEX triplet: 13, 96 and A9. RGB value is (19,150,169). Sum of RGB (Red+Green+Blue) = 19+150+169=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #1396A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1396A9 is #EC6956. Grayscale: #707070. Windows color (decimal): -15493463 or 11114003. OLE color: 11114003.

HSL color Cylindrical-coordinate representation of color #1396A9: hue angle of 187.6º 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 #1396A9 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB19150169-
CMYK0.890.1100.34
HSL187.6º79.79%36.86%-
HSV(B)187.6º88.76%66.27%-
XYZ18.3424.8241.36-
YUV113159.660.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.62%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 169 (66.41% from 255) = 50%
R=5.62%
G=44.38%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191501690.890.1100.34187.679.7936.86
Hex1396A959B022bc5025
Octal232262511311304227412045
Binary100111001011010101001101100110110100010101111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1396A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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