#1794aa

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

Shades of Pelorous #1794AA

Tints of Pelorous #1794AA

Color information

#1794AA (or 0x1794AA) is unknown color: approx Pelorous. HEX triplet: 17, 94 and AA. RGB value is (23,148,170). Sum of RGB (Red+Green+Blue) = 23+148+170=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #1794AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1794AA is #E86B55. Grayscale: #707070. Windows color (decimal): -15231830 or 11179031. OLE color: 11179031.

HSL color Cylindrical-coordinate representation of color #1794AA: hue angle of 188.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1794AA is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23148170-
CMYK0.860.1300.33
HSL188.98º76.17%37.84%-
HSV(B)188.98º86.47%66.67%-
XYZ18.224.2641.75-
YUV113.13160.0963.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.74%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=6.74%
G=43.40%
B=49.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231481700.860.1300.33188.9876.1737.84
Hex1794AA56D021bd4c26
Octal272242521261504127511446
Binary101111001010010101010101011011010100001101111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1794aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1794aa; }

 p { color: rgb(23,148,170); }

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

<style>
 a { background-color: #1794aa; }

 a { background-color: rgb(23,148,170); }

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

<style>
 span { border-color: #1794aa; }

 span { border-color: rgb(23,148,170); }

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