#192050

Color #192050 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #192050

Tints of Lucky Point #192050

Color information

#192050 (or 0x192050) is unknown color: approx Lucky Point. HEX triplet: 19, 20 and 50. RGB value is (25,32,80). Sum of RGB (Red+Green+Blue) = 25+32+80=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #192050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192050 is #E6DFAF. Grayscale: #232323. Windows color (decimal): -15130544 or 5251097. OLE color: 5251097.

HSL color Cylindrical-coordinate representation of color #192050: hue angle of 232.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #192050 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB253280-
CMYK0.690.6000.69
HSL232.36º52.38%20.59%-
HSV(B)232.36º68.75%31.37%-
XYZ2.371.827.82-
YUV35.38153.18120.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=18.25%
G=23.36%
B=58.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2532800.690.6000.69232.3652.3820.59
Hex192050453C045e83415
Octal31401201057401053506425
Binary1100110000010100001000101111100010001011110100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192050; }

 p { color: rgb(25,32,80); }

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

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

 a { background-color: rgb(25,32,80); }

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

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

 span { border-color: rgb(25,32,80); }

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