#192157

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

Shades of Lucky Point #192157

Tints of Lucky Point #192157

Color information

#192157 (or 0x192157) is unknown color: approx Lucky Point. HEX triplet: 19, 21 and 57. RGB value is (25,33,87). Sum of RGB (Red+Green+Blue) = 25+33+87=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #192157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192157 is #E6DEA8. Grayscale: #242424. Windows color (decimal): -15130281 or 5710105. OLE color: 5710105.

HSL color Cylindrical-coordinate representation of color #192157: hue angle of 232.26º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192157 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB253387-
CMYK0.710.6200.66
HSL232.26º55.36%21.96%-
HSV(B)232.26º71.26%34.12%-
XYZ2.671.989.26-
YUV36.76156.35119.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 87 (34.38% from 255) = 60%
R=17.24%
G=22.76%
B=60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2533870.710.6200.66232.2655.3621.96
Hex192157473E042e83716
Octal31411271077601023506726
Binary1100110000110101111000111111110010000101110100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192157; }

 p { color: rgb(25,33,87); }

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

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

 a { background-color: rgb(25,33,87); }

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

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

 span { border-color: rgb(25,33,87); }

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