#1392AA

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

Shades of Pelorous #1392AA

Tints of Pelorous #1392AA

Color information

#1392AA (or 0x1392AA) is unknown color: approx Pelorous. HEX triplet: 13, 92 and AA. RGB value is (19,146,170). Sum of RGB (Red+Green+Blue) = 19+146+170=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #1392AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1392AA is #EC6D55. Grayscale: #6E6E6E. Windows color (decimal): -15494486 or 11178515. OLE color: 11178515.

HSL color Cylindrical-coordinate representation of color #1392AA: hue angle of 189.54º 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 #1392AA is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19146170-
CMYK0.890.1400.33
HSL189.54º79.89%37.06%-
HSV(B)189.54º88.82%66.67%-
XYZ17.823.641.65-
YUV110.76161.4262.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=5.67%
G=43.58%
B=50.75%

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
Decimal191461700.890.1400.33189.5479.8937.06
Hex1392AA59E021be5025
Octal232222521311604127612045
Binary100111001001010101010101100111100100001101111101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1392AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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