#1792B5

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

Shades of Pelorous #1792B5

Tints of Pelorous #1792B5

Color information

#1792B5 (or 0x1792B5) is unknown color: approx Pelorous. HEX triplet: 17, 92 and B5. RGB value is (23,146,181). Sum of RGB (Red+Green+Blue) = 23+146+181=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #1792B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1792B5 is #E86D4A. Grayscale: #707070. Windows color (decimal): -15232331 or 11899415. OLE color: 11899415.

HSL color Cylindrical-coordinate representation of color #1792B5: hue angle of 193.29º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1792B5 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB23146181-
CMYK0.870.1900.29
HSL193.29º77.45%40%-
HSV(B)193.29º87.29%70.98%-
XYZ18.9724.0847.36-
YUV113.21166.2563.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.57%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 181 (71.09% from 255) = 51.71%
R=6.57%
G=41.71%
B=51.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231461810.870.1900.29193.2977.4540
Hex1792B5571301Dc14d28
Octal272222651272303530111550
Binary101111001001010110101101011110011011101110000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1792B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1792B5; }

 p { color: rgb(23,146,181); }

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

<style>
 a { background-color: #1792B5; }

 a { background-color: rgb(23,146,181); }

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

<style>
 span { border-color: #1792B5; }

 span { border-color: rgb(23,146,181); }

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