#1592BA

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

Shades of Pelorous #1592BA

Tints of Pelorous #1592BA

Color information

#1592BA (or 0x1592BA) is unknown color: approx Pelorous. HEX triplet: 15, 92 and BA. RGB value is (21,146,186). Sum of RGB (Red+Green+Blue) = 21+146+186=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1592BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592BA is #EA6D45. Grayscale: #707070. Windows color (decimal): -15363398 or 12227093. OLE color: 12227093.

HSL color Cylindrical-coordinate representation of color #1592BA: hue angle of 194.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1592BA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21146186-
CMYK0.890.2200.27
HSL194.55º79.71%40.59%-
HSV(B)194.55º88.71%72.94%-
XYZ19.4524.2650.11-
YUV113.18169.0962.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.95%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=5.95%
G=41.36%
B=52.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211461860.890.2200.27194.5579.7140.59
Hex1592BA591601Bc35029
Octal252222721312603330312051
Binary101011001001010111010101100110110011011110000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1592BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1592BA; }

 p { color: rgb(21,146,186); }

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

<style>
 a { background-color: #1592BA; }

 a { background-color: rgb(21,146,186); }

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

<style>
 span { border-color: #1592BA; }

 span { border-color: rgb(21,146,186); }

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