#1399A9

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

Shades of Pelorous #1399A9

Tints of Pelorous #1399A9

Color information

#1399A9 (or 0x1399A9) is unknown color: approx Pelorous. HEX triplet: 13, 99 and A9. RGB value is (19,153,169). Sum of RGB (Red+Green+Blue) = 19+153+169=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #1399A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1399A9 is #EC6656. Grayscale: #727272. Windows color (decimal): -15492695 or 11114771. OLE color: 11114771.

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

Color convert

RGB19153169-
CMYK0.890.0900.34
HSL186.4º79.79%36.86%-
HSV(B)186.4º88.76%66.27%-
XYZ18.8225.7941.52-
YUV114.76158.6159.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.57%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=5.57%
G=44.87%
B=49.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191531690.890.0900.34186.479.7936.86
Hex1399A9599022ba5025
Octal232312511311104227212045
Binary100111001100110101001101100110010100010101110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1399A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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